.home {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fdfcfa;
  min-height: 100vh;
  width: 100%;
}

/* Default: show everything (desktop) */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: black;
}

.footer .footer-social-icons {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}

.credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fdfcfa;
  min-height: 100vh;
  width: 100%;
}

nav {
  position: sticky;
  top: 40px; /* offset from the top */
  z-index: 1000;
  background: transparent; /* or white if you want */
}

.sticky-top {
  position: sticky;
  top: 50px; /* this forces it */
  z-index: 1020;
}

.home .frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.credit .frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.home .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.credit .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.home .div-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.credit .div-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.home .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  background: linear-gradient(
    151deg,
    rgba(240, 240, 240, 1) 15%,
    rgba(243, 237, 225, 1) 46%,
    rgba(209, 202, 187, 1) 76%,
    rgba(209, 202, 187, 1) 100%
  );
  overflow: hidden;
}

.credit .frame-2 {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(28, 28, 28, 1) 0%,
    rgba(1, 67, 16, 1) 100%
  );
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 40px;
  z-index: 2;
}

.credit .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 40px;
  z-index: 2;
}

.home .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 40px;
}

.credit .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 40px;
}

/* Header */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 783px;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #d1d3d8;
  box-shadow: 0px 1px 9.4px #7f7f7f1c;
  position: absolute;
  top: 250%;
  left: 50%;
  transform: translateX(-50%);
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 55px;
}

.mustard {
  width: 140px;
  height: 26px;
}

.nav-links-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-links-container-2 {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link-container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-reg-font-weight);
  color: #525151;
  font-size: var(--body1-bold-font-size);
  text-align: center;
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  white-space: nowrap;
  font-style: var(--body1-bold-font-style);
}

.nav-link-2 {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-reg-font-weight);
  color: #525151;
  font-size: var(--body1-bold-font-size);
  text-align: center;
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  white-space: nowrap;
  font-style: var(--body1-bold-font-style);
}

/* Hero Section */
.home .overlap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 40px;
  position: relative;
}

.home .frame-5 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.home .untitleddsd,
.home .ddduntitled {
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  min-width: 300px;
  max-width: 750px;
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.home .ddduntitled {
  margin-top: -7rem;
}

.home .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}

.home .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-top: 10.8rem;
  max-width: 714px;
}

.home .overlap-wrapper {
  width: 100%;
}

.home .overlap-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.home .who-really-shows-up {
  font-family: var(--h1-bold-font-family);
  font-weight: var(--h1-bold-font-weight);
  color: #2d3036;
  font-size: var(--h1-bold-font-size);
  text-align: center;
  letter-spacing: var(--h1-bold-letter-spacing);
  line-height: var(--h1-bold-line-height);
  font-style: var(--h1-bold-font-style);
}

.home .overlap-group-wrapper {
  width: 100%;
}

.home .overlap-group-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.home .when-life-hits-you {
  font-family: var(--h1-bold-font-family);
  font-weight: var(--h1-bold-font-weight);
  color: #2d3036;
  font-size: var(--h1-bold-font-size);
  letter-spacing: var(--h1-bold-letter-spacing);
  line-height: var(--h1-bold-line-height);
  font-style: var(--h1-bold-font-style);
  text-align: center;
  margin-top: 58px;
}

.home .text-wrapper {
  line-height: var(--h1-bold-line-height);
  font-family: var(--h1-bold-font-family);
  font-style: var(--h1-bold-font-style);
  font-weight: var(--h1-bold-font-weight);
  letter-spacing: var(--h1-bold-letter-spacing);
  font-size: var(--h1-bold-font-size);
}

.home .text-wrapper-2 {
  font-family: "PP Pangram Sans Rounded", Helvetica;
  font-weight: 500;
  color: #28a745;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 62px;
  transition: opacity 0.5s ease-in-out;
}

.home .main-content-text {
  font-family: var(--h-6-font-family);
  font-weight: 300;
  color: #585858;
  font-size: var(--h-6-font-size);
  text-align: center;
  letter-spacing: var(--h-6-letter-spacing);
  line-height: var(--h-6-line-height);
  font-style: var(--h-6-font-style);
}

.home .download-app-button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 20px 18px;
  background-color: #28a745;
  border-radius: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
}

.home .download-app-button:hover {
  background-color: #218838;
}

.home .download-app-text {
  font-family: "Mena Grotesk", Helvetica;
  font-weight: 500;
  color: #f7f7f7;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .users-trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 345px;
}

.home .users-trust-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  flex-wrap: wrap;
}

.home .animoji,
.home .animoji-2,
.home .animoji-3,
.home .animoji-4,
.home .animoji-5,
.home .animoji-6,
.home .animoji-7 {
  width: 31px;
  height: 32px;
  background-color: #c9c9c9;
  border-radius: 4px;
  background-size: cover;
  background-position: 50% 50%;
  flex-shrink: 0;
}

.home .image-wrapper {
  width: 31px;
  height: 32px;
  background-color: #c9c9c9;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home .animoji-5 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-105-9.png);
}

.home .animoji-6 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-107-2.png);
}

.home .animoji-7 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-111-2.png);
}

.home .div-wrapper {
  width: 31px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.home .overlap-group-3 {
  height: 32px;
  background-color: #c9c9c9;
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-48-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.home .users-trust-text {
  font-family: "Mena Grotesk", Helvetica;
  font-weight: 500;
  color: #585858;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.home .ellipse {
  width: 352px;
  height: 352px;
  background-color: #ffffff;
  border-radius: 176px;
  filter: blur(153.4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Stats Section */
.home .frame-wrapper {
  width: 100%;
  background-color: #fdfcfa;
  padding: 28px 20px;
}

.home .frame-8 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 87px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.home .frame-9,
.home .frame-11,
.home .frame-13,
.home .frame-14 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 120px;
}

.home .frame-10,
.home .frame-12,
.home .frame-15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.home .stat-title,
.home .stat-title-2 {
  font-family: var(--body1-reg-font-family);
  font-weight: 300;
  color: #83868f;
  font-size: var(--body1-reg-font-size);
  line-height: var(--body1-reg-line-height);
  letter-spacing: var(--body1-reg-letter-spacing);
  font-style: var(--body1-reg-font-style);
  white-space: nowrap;
}

.home .stat-value,
.home .stat-value-2,
.home .stat-value-3,
.home .stat-value-4 {
  font-family: var(--h-4-font-family);
  font-weight: 500;
  color: #2d3036;
  font-size: var(--h-4-font-size);
  line-height: var(--h-4-line-height);
  letter-spacing: var(--h-4-letter-spacing);
  font-style: var(--h-4-font-style);
  white-space: nowrap;
}

.home .stat-value-4 {
  color: #28a745;
  font-family: var(--h1-bold-font-family);
  font-weight: var(--h1-bold-font-weight);
  font-size: var(--h1-bold-font-size);
  line-height: var(--h1-bold-line-height);
  letter-spacing: var(--h1-bold-letter-spacing);
  font-style: var(--h1-bold-font-style);
}

/* Main Content Section */
.home .frame-16 {
  width: 100%;
  padding: 57px 20px;
}

.home .overlap-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.home .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1208px;
}

.home .with-mustard-africa {
  font-family: var(--h-3-font-family);
  font-weight: 300;
  font-size: var(--h-3-font-size);
  letter-spacing: var(--h-3-letter-spacing);
  line-height: var(--h-3-line-height);
  font-style: var(--h-3-font-style);
}

.home .span {
  color: #2d3036;
}

.home .text-wrapper-3 {
  color: #9ca1aa;
}

.home .SCROOL {
  width: 100%;
}

.home .overlap-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
}

/* Card Styles */
.home .card,
.home .card-2 {
  width: 100%;
  max-width: 1216px;
  border-radius: 32px;
  overflow: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.home .card-2 {
  position: relative;
  transform: translateY(0);
  transition: transform 0.6s ease;
  z-index: 2;
}

.home .card-2.overlap {
  transform: translateY(-550px); /* adjust how far up to overlap */
}

.home .frame-18 {
  background: linear-gradient(
    133deg,
    rgba(81, 194, 108, 1) 38%,
    rgba(116, 249, 146, 1) 100%
  );
  border-radius: 32px;
  padding: 54px 18px 54px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

.home .frame-22 {
  background: linear-gradient(
    134deg,
    rgba(255, 252, 247, 1) 0%,
    rgba(227, 210, 183, 1) 100%
  );
  border-radius: 32px;
  padding: 54px 11px 54px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 133px;
}

.home .frame-20,
.home .frame-23 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
  min-width: 384px;
}

.home .frame-23 {
  max-width: 330px;
}

.home .frame-21,
.home .frame-24 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.home .p,
.home .the-only-exchange {
  font-family: var(--h-4-font-family);
  font-weight: var(--h-4-font-weight);
  font-size: var(--h-4-font-size);
  letter-spacing: var(--h-4-letter-spacing);
  line-height: var(--h-4-line-height);
  font-style: var(--h-4-font-style);
}

.home .p {
  color: #ffffff;
}

.home .the-only-exchange {
  color: #2d3036;
}

.home .crypto-pays-you-but,
.home .crypto-naira-wallets {
  font-family: var(--body1-reg-font-family);
  font-weight: var(--body1-reg-font-weight);
  font-size: var(--body1-reg-font-size);
  letter-spacing: var(--body1-reg-letter-spacing);
  line-height: var(--body1-reg-line-height);
  font-style: var(--body1-reg-font-style);
}

.home .crypto-pays-you-but {
  color: #ffffff;
}

.home .crypto-naira-wallets {
  color: #4c515b;
}

.home .learn-more-button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 24px 32px;
  background-color: #2d3036;
  border-radius: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.home .learn-more-button:hover {
  background-color: #1a1d21;
}

.home .learn-more-text {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

/* Interactive Elements */
.home .frame-25 {
  flex: 1;
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home .overlap-4,
.home .overlap-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

/* Phone mockups and interactive elements - Keep some absolute positioning for overlays */
.home .kid-looking-at-a-wrapper,
.home .frame-26 {
  background-color: #f8f4ef;
  border-radius: 24px;
  overflow: hidden;
  width: 348px;
  height: 445px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home .kid-looking-at-a,
.home .a-brunette-girl-with {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home .ios-apple-emoji {
  position: absolute;
  width: 289px;
  height: 335px;
  top: 39px;
  left: 59px;
  object-fit: cover;
}

/* UI Elements overlays - These need absolute positioning for the floating design effect */
.home .overlap-4 {
  position: relative;
  width: 100%;
  height: 445px;
}

.home .apply-credit,
.home .notification,
.home .buying-crypto,
.home .main-content {
  position: absolute;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: var(--drop-shadow);
  border: 1px solid #f6f6f6;
}

.home .apply-credit {
  top: 80px;
  right: -20px;
  width: 217px;
  padding: 12px;
  z-index: 10;
}

.home .notification {
  top: 0px;
  left: 0px;
  width: 311px;
  height: 84px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.home .notification-icon {
  width: 29px;
  height: 27px;
}

.home .notification-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.home .notification-title {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.home .notification-text {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #c9c9c9;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
}

.home .buying-crypto {
  top: 120px;
  left: -30px;
  width: 298px;
  height: 259px;
  background-color: #f9fafa;
  padding: 15px;
}

.home .main-content {
  top: 100px;
  right: -50px;
  width: 278px;
  height: 269px;
  padding: 17px 22px;
  transform: rotate(0.35deg);
}

.home .overlap-5 {
  position: relative;
  width: 100%;
  height: 445px;
}

/* Trading interface elements */
.home .buy-sell-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 27px;
  border-radius: 12.78px;
  border: 0.53px solid #dbdbdb;
  overflow: hidden;
  margin-bottom: 20px;
}

.home .buy-sell-detail {
  flex: 1;
  text-align: center;
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 6px;
  padding: 11px 0;
}

.home .buy-sell-detail-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #28a745;
  border-radius: 13.87px;
  margin: 4px;
  height: 19px;
}

.home .buy-sell-detail-2 {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 6px;
  letter-spacing: 0;
  line-height: normal;
}

/* Amount input sections */
.home .frame-27 {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.home .amount-to-send,
.home .amount-to-receive {
  background-color: #fafafa;
  border-radius: 10.73px;
  border: 0.45px solid #f6f6f6;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home .amount-to-send-title,
.home .amount-to-receive-2 {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 6px;
  letter-spacing: 0;
  line-height: normal;
}

.home .amount-to-send-wrapper,
.home .amount-to-receive-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 7px 10px;
}

.home .amount-to-send-icon,
.home .amount-to-receive-4 {
  width: 38px;
  height: 21px;
}

.home .amount-to-send-2,
.home .amount-to-receive-3 {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 8.5px;
  letter-spacing: 0;
  line-height: normal;
  flex: 1;
  text-align: right;
}

.home .amount-to-send-text {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #252525;
  font-size: 8.5px;
  letter-spacing: 0;
  line-height: normal;
}

.home .swap-icon-container {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 64px;
  left: 50%;
  transform: translateX(-50%) rotate(-0.35deg);
}

.home .start-trading-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #28a745;
  border-radius: 17.04px;
  border: 0.53px solid #1a8e34;
  box-shadow: inset 0px 1.06px 0.37px #ffffff5e;
  padding: 8px 20px;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.home .start-trading-button:hover {
  background-color: #218838;
}

.home .start-trading-text {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 8.5px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

/* Stats and testimonials section */
.home .frame-44 {
  width: 100%;
}

.home .frame-45 {
  width: 100%;
  background-color: #f8f4ef;
  padding: 127px 20px;
}

.home .what-matters-is-not-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1208px;
  margin: 0 auto 60px;
}

.home .what-matters-is-not {
  font-family: var(--h-3-font-family);
  font-weight: var(--h-3-font-weight);
  color: #2d3036;
  font-size: var(--h-3-font-size);
  letter-spacing: var(--h-3-letter-spacing);
  line-height: var(--h-3-line-height);
  font-style: var(--h-3-font-style);
  text-align: center;
}

.home .frame-46 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  width: 100%;
  max-width: 1208px;
  margin: 0 auto;
}

.home .frame-47,
.home .frame-53 {
  display: flex;
  justify-content: center;
  gap: 27px;
  width: 100%;
  flex-wrap: wrap;
}

.home .frame-48,
.home .frame-51 {
  background-color: #fdfcfa;
  border-radius: 24px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 482px;
}

.home .frame-51-n {
  background-color: #fdfcfa;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 680px;
}

.home .frame-51-p {
  padding: 38px;
}

.home .frame-51 {
  max-width: 680px;
}

.home .frame-48 .home .frame-49,
.home .frame-52,
.home .frame-54,
.home .frame-55 {
  display: flex;
  flex-direction: column;
}

.home .frame-50 {
  display: flex;
  flex-direction: column;
}

.home .stat-description {
  font-family: var(--body1-reg-font-family);
  font-weight: var(--body1-reg-font-weight);
  color: #4c515b;
  font-size: var(--body1-reg-font-size);
  line-height: var(--body1-reg-line-height);
  letter-spacing: var(--body1-reg-letter-spacing);
  font-style: var(--body1-reg-font-style);
  margin-top: 16px;
}

.home .image-fx,
.home .group,
.home .element-review-examples {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.home .userimg {
  max-width: 100%;
}

.home .bitnaira {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -15%;
}

.home .green-coins {
  display: flex;
  justify-content: flex-end;
}

.home .bitimg {
  display: flex;
  justify-content: flex-end;
}

.home .users-trust-content-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  width: 100%;
  flex-wrap: wrap;
  margin: 20px 0;
}

.home .animoji-8,
.home .animoji-9,
.home .animoji-10,
.home .animoji-11,
.home .animoji-12,
.home .animoji-13,
.home .animoji-14 {
  width: 142px;
  height: 147px;
  background-color: #c9c9c9;
  border-radius: 14.7px;
  background-size: cover;
  background-position: 50% 50%;
}

.home .animoji-8 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-37-2.png);
}

.home .animoji-9 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-38-2.png);
  background-size: 100% 100%;
}

.home .img-wrapper {
  width: 142px;
  height: 147px;
  background-color: #c9c9c9;
  border-radius: 14.7px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .image-2,
.home .image-3,
.home .image-4,
.home .image-5,
.home .image-6 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .animoji-10 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-110-2.png);
}

.home .animoji-11 {
  overflow: hidden;
}

.home .animoji-12 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-105-9.png);
}

.home .animoji-13 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-111-2.png);
}

.home .animoji-14 {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

.home .bg-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c9c9c9;
}

/* Testimonials - Floating elements */
.home .overlap-6 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1008px;
  margin: 60px auto;
  padding: 0 20px;
  min-height: 400px;
}

.home .frame-56 {
  width: 100%;
  max-width: 791px;
  height: auto;
}

.home .testimonial,
.home .testimonial-2,
.home .testimonial-3 {
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
  padding: 8px 16px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #f6f6f6;
  box-shadow: var(--drop-shadow);
  transform: rotate(-2.23deg);
  position: absolute;
  z-index: 10;
}

.home .testimonial {
  bottom: 80px;
  right: -120px;
}

.home .testimonial-2 {
  top: 50px;
  right: -100px;
}

.home .testimonial-3 {
  bottom: -50px;
  left: -4%;
  transform: translateX(-50%) rotate(-2.23deg);
}

.home .frame-57 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  width: 216px;
}

.home .testimonial-text {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #585858;
  font-size: 11.1px;
  letter-spacing: 0;
  line-height: 16px;
}

.home .testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 198px;
}

.home .testimonial-text-2 {
  color: #c9c9c9;
  text-align: right;
  font-family: var(--captions-captionreg-font-family);
  font-weight: var(--captions-captionreg-font-weight);
  font-size: var(--captions-captionreg-font-size);
  letter-spacing: var(--captions-captionreg-letter-spacing);
  line-height: var(--captions-captionreg-line-height);
  font-style: var(--captions-captionreg-font-style);
}

.home .stat-description-2 {
  font-family: "PP Pangram Sans Rounded", Helvetica;
  font-weight: normal;
  color: #2d3036;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 31.8px;
  text-align: center;
  max-width: 605px;
  margin: 40px auto;
  transform: rotate(-3.91deg);
  position: absolute;
  top: 80px;
}

/* Dark section */
.home .frame-58 {
  width: 100%;
  background-color: #1c1c1c;
  border-radius: 32px;
  overflow: hidden;
  padding: 92px 20px;
  margin-top: 142px;
}

.home .black-img {
  margin-top: 73px;
}

.home .frame-60 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 918px;
  margin: 0 auto;
}

.home .world-s-first-credit {
  font-family: var(--h-2-font-family);
  font-weight: var(--h-2-font-weight);
  color: #ffffff;
  font-size: var(--h-2-font-size);
  text-align: center;
  letter-spacing: var(--h-2-letter-spacing);
  line-height: var(--h-2-line-height);
  font-style: var(--h-2-font-style);
}

.home .credit-is-the-oxygen {
  font-family: "PP Pangram Sans Rounded", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

/* White section */
.home .frame-59 {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 20px;
}

/* FAQs */
.home .faqs-container {
  width: 100%;
  border-radius: 29px;
  overflow: hidden;
  padding: 115px 20px;
}

.home .frame-61 {
  display: flex;
  gap: 54px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.home .frame-62 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  flex: 1;
  min-width: 300px;
}

.home .text-wrapper-13 {
  font-family: var(--h-2-font-family);
  font-weight: var(--h-2-font-weight);
  color: #252525;
  font-size: var(--h-2-font-size);
  letter-spacing: var(--h-2-letter-spacing);
  line-height: var(--h-2-line-height);
  font-style: var(--h-2-font-style);
  text-align: center;
}

.home .faqs-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 716px;
  flex: 1;
}

.home .FAQ-item,
.home .FAQ-item-2,
.home .FAQ-item-3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #e2ded9;
}

.home .FAQ-item-3 {
  border-top: 1px solid #e2ded9;
}

.home .FAQ-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  margin-right: 20px;
}

.home .FAQ-question,
.home .FAQ-question-2,
.home .FAQ-question-3 {
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  color: #4c515b;
  font-size: var(--h-6-font-size);
  letter-spacing: var(--h-6-letter-spacing);
  line-height: var(--h-6-line-height);
  font-style: var(--h-6-font-style);
  margin-bottom: 10px;
}

.home .FAQ-answer {
  font-family: var(--body1-reg-font-family);
  font-weight: var(--body1-reg-font-weight);
  color: #4c515b;
  font-size: var(--body1-reg-font-size);
  letter-spacing: var(--body1-reg-letter-spacing);
  line-height: var(--body1-reg-line-height);
  font-style: var(--body1-reg-font-style);
}

.home .plus {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Interactive dashboard section */
.home .frame-63 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1084px;
  margin: 60px auto;
  padding: 0 20px;
}

.home .overlap-7 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  flex-wrap: wrap;
  min-height: 600px;
}

.home .step-content-wrapper {
  background-color: #fcfaf8;
  border-radius: 20.29px;
  overflow: hidden;
  padding: 67px 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 400px;
}

.home .step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.home .overlap-8 {
  position: relative;
  width: 312px;
  height: 205px;
}

.home .overlap-group-8 {
  position: absolute;
  width: 300px;
  height: 205px;
  top: 0;
  left: 4px;
}

.home .ellipse-3,
.home .ellipse-4,
.home .ellipse-5,
.home .ellipse-6,
.home .ellipse-7,
.home .ellipse-8,
.home .ellipse-9 {
  position: absolute;
}

.home .ellipse-3 {
  width: 24px;
  height: 72px;
  top: 92px;
  left: 0;
}

.home .ellipse-4 {
  width: 258px;
  height: 139px;
  top: 19px;
  left: 21px;
}

.home .ellipse-5 {
  width: 54px;
  height: 63px;
  top: 31px;
  left: 14px;
}

.home .ellipse-6 {
  width: 70px;
  height: 38px;
  top: 1px;
  left: 63px;
}

.home .ellipse-7 {
  width: 72px;
  height: 24px;
  top: 0;
  left: 136px;
}

.home .ellipse-8 {
  width: 63px;
  height: 54px;
  top: 14px;
  left: 207px;
}

.home .ellipse-9 {
  width: 38px;
  height: 89px;
  top: 65px;
  left: 262px;
}

.home .frame-64 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 128px;
  left: 68px;
  width: 164px;
}

.home .step-detail {
  font-family: "PP Pangram Sans Rounded Narrow", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 51.6px;
  text-align: center;
  letter-spacing: 0;
  line-height: 61.9px;
  white-space: nowrap;
}

.home .step-detail-2 {
  font-family: "PP Pangram Sans Rounded-Semibold", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16.9px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20.3px;
}

.home .frame-65 {
  position: absolute;
  width: 75px;
  height: 40px;
  top: 80px;
  left: 72px;
  transform: rotate(180deg);
}

.home .step-detail-3 {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  background-color: #272727;
  border-radius: 38.57px;
}

.home .step-detail-4 {
  position: absolute;
  width: 78px;
  height: 1px;
  top: 21px;
  left: 0;
  border: 0.77px solid #000000;
  transform: rotate(-27.15deg);
}

.home .step-detail-5,
.home .step-detail-6 {
  position: absolute;
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 12.3px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .step-detail-5 {
  top: 175px;
  left: 0;
}

.home .step-detail-6 {
  top: 166px;
  left: 278px;
}

/* Transaction cards - Floating elements */
.home .frame-66,
.home .frame-70 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11.49px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: var(--drop-shadow);
  width: 408px;
  position: absolute;
  z-index: 12;
}

.home .frame-66 {
  top: 100px;
  left: -50px;
}

.home .frame-70 {
  top: 200px;
  left: -80px;
}

.home .frame-67 {
  display: flex;
  align-items: center;
  gap: 8.61px;
  flex: 1;
}

.home .frame-68,
.home .frame-42 {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.home .frame-69,
.home .frame-71 {
  display: flex;
  flex-direction: column;
  gap: 2.15px;
  flex: 1;
}

.home .text-wrapper-14 {
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  color: var(--text-color);
  font-size: var(--h-6-font-size);
  letter-spacing: var(--h-6-letter-spacing);
  line-height: var(--h-6-line-height);
  font-style: var(--h-6-font-style);
}

.home .element-2 {
  color: #585858;
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  font-size: var(--h-6-font-size);
  letter-spacing: var(--h-6-letter-spacing);
  line-height: var(--h-6-line-height);
  font-style: var(--h-6-font-style);
}

.home .text-wrapper-15 {
  color: var(--text-color);
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  font-size: var(--h-6-font-size);
  letter-spacing: var(--h-6-letter-spacing);
  line-height: var(--h-6-line-height);
  font-style: var(--h-6-font-style);
  white-space: nowrap;
}

/* Amount input overlays - Floating elements */
.home .amount-to-send-3,
.home .amount-to-receive-5 {
  position: absolute;
  background-color: #fafafa;
  border-radius: 20.67px;
  border: 0.86px solid #f6f6f6;
  box-shadow: var(--drop-shadow);
  padding: 15px 19px;
  transform: rotate(0.35deg);
  z-index: 15;
}

.home .amount-to-send-3 {
  width: 448px;
  height: 130px;
  top: 50px;
  right: -200px;
}

.home .amount-to-receive-5 {
  width: 447px;
  height: 126px;
  top: 80px;
  left: -150px;
}

.home .amount-to-send-title-2,
.home .amount-to-receive-6 {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 11.5px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  margin-bottom: 10px;
}

.home .amount-to-send-4,
.home .amount-to-receive-7 {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f1f1f1;
  border-radius: 14px;
  padding: 13px 20px;
  margin-bottom: 15px;
}

.home .amount-to-send-icon-2,
.home .amount-to-receive-9 {
  width: 73px;
  height: 40px;
  flex-shrink: 0;
  transform: rotate(-0.35deg);
}

.home .amount-to-send-5,
.home .amount-to-receive-8 {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16.4px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  flex: 1;
}

.home .amount-to-send-text-2 {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #252525;
  font-size: 16.4px;
  letter-spacing: 0;
  line-height: normal;
}

/* Final sections */
.home .frame-72 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 67px;
  width: 100%;
}

.home .frame-73 {
  width: 100%;
  max-width: 1356px;
  height: 786px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 74%
    ),
    url("assets/join-bg.png") 50% 50% / cover;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
}

.home .frame-74 {
  display: flex;
  flex-direction: column;
  width: 301px;
  height: 428px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.home .frame-75 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  width: 267px;
  padding: 29px 18px;
}

.home .testimonial-4,
.home .testimonial-5,
.home .testimonial-6 {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  padding: 8px 16px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #f6f6f6;
  transform: rotate(-0.15deg);
  box-shadow: 0px 1px 0px #a4a4a440;
  width: 100%;
  margin-bottom: 0px;
}

.home .testimonial-5,
.home .testimonial-6 {
  opacity: 0.38;
}

.home .animoji-15,
.home .animoji-16,
.home .animoji-17,
.home .animoji-18,
.home .animoji-19,
.home .animoji-20 {
  width: 31px;
  height: 32px;
  background-color: #c9c9c9;
  border-radius: 4px;
  transform: rotate(0.15deg);
  background-size: cover;
  background-position: 50% 50%;
  flex-shrink: 0;
}

.home .animoji-15 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-105-9.png);
}

.home .animoji-16 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-113-7.png);
}

.home .animoji-17 {
  overflow: hidden;
}

.home .animoji-18 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-78-7.png);
}

.home .animoji-19 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-23-7.png);
}

.home .animoji-20 {
  background-image: url(https://c.animaapp.com/mey9l42oF0CRWj/img/image-83-7.png);
}

.home .testimonial-content-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 198px;
}

.home .testimonial-content-3,
.home .testimonial-content-4,
.home .testimonial-content-5,
.home .testimonial-content-6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}

.home .testimonial-name {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #252525;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.home .testimonial-time,
.home .testimonial-time-2,
.home .testimonial-time-3 {
  font-family: var(--captions-captionreg-font-family);
  font-weight: var(--captions-captionreg-font-weight);
  color: #c9c9c9;
  font-size: var(--captions-captionreg-font-size);
  text-align: center;
  letter-spacing: var(--captions-captionreg-letter-spacing);
  line-height: var(--captions-captionreg-line-height);
  font-style: var(--captions-captionreg-font-style);
}

.home .testimonial-text-3,
.home .testimonial-text-4 {
  color: #585858;
  font-family: var(--captions-captionreg-font-family);
  font-weight: var(--captions-captionreg-font-weight);
  font-size: var(--captions-captionreg-font-size);
  letter-spacing: var(--captions-captionreg-letter-spacing);
  line-height: var(--captions-captionreg-line-height);
  font-style: var(--captions-captionreg-font-style);
}

.home .testimonial-text-3 {
  text-align: center;
}

.home .frame-76 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  max-width: 991px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.home .text-wrapper-16 {
  font-family: var(--h-3-font-family);
  font-weight: var(--h-3-font-weight);
  color: #ffffff;
  font-size: var(--h-3-font-size);
  text-align: center;
  letter-spacing: var(--h-3-letter-spacing);
  line-height: var(--h-3-line-height);
  font-style: var(--h-3-font-style);
}

.home .learn-more-text-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 24px 32px;
  background-color: #ffffff;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.home .learn-more-text-wrapper:hover {
  background-color: #f8f9fa;
}

.home .learn-more-text-2 {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #2d3036;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

/* Footer */
.footer .frame-77 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  width: 100%;
  height: 100%;
  margin-top: 67px;
}

.footer .frame-78 {
  width: 100%;
  background-color: #1c1c1c;
  border-radius: 32px 32px 0px 0px;
  overflow: hidden;
  padding: 117px 127px 0px 129px;
  position: relative;
  background-image: url("assets/footer-bg.svg");
}

.footer .line {
  width: 1195px; /* your width */
  height: 0; /* height 0, but border creates the line */
  border-top: 1px solid #9ca1aa; /* line with 1px thickness */
  opacity: 1;
  justify-self: center;
}

.footer .overlap-group-9 {
  position: relative;
  height: 639px;
  max-width: 1184px;
  justify-self: center;
}

.footer .frame-79 {
  width: 100%;
  max-width: 1224px;
  height: 639px;
}

.footer .frame-80 {
  display: flex;
  gap: 105px;
  flex-wrap: wrap;
}

.footer .frame-81 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
  width: 212px;
}

.footer .mustard-2 {
  width: 100%;
  height: 40px;
}

.footer .frame-82 {
  display: flex;
  align-items: flex-start;
  gap: 74px;
  flex-wrap: wrap;
}

.footer .frame-83,
.footer .frame-85,
.footer .frame-87 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-width: 120px;
}

.footer .text-wrapper-17 {
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  color: #ffffff;
  font-size: var(--h-6-font-size);
  letter-spacing: var(--h-6-letter-spacing);
  line-height: var(--h-6-line-height);
  font-style: var(--h-6-font-style);
}

.footer .frame-84,
.footer .frame-86 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.footer .text-wrapper-18,
.footer .text-wrapper-19 {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #9ca1aa;
  font-size: var(--body1-bold-font-size);
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  font-style: var(--body1-bold-font-style);
}

.footer .frame-88 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  width: 232px;
}

.footer .text-wrapper-20 {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #ffffff;
  font-size: var(--body1-bold-font-size);
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  font-style: var(--body1-bold-font-style);
}

.footer .appstore,
.footer .googleplay {
  width: 204px;
  height: 59px;
}

.footer .element-mustard-ng-all {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #ffffff;
  font-size: var(--body1-bold-font-size);
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  font-style: var(--body1-bold-font-style);
  white-space: nowrap;
}

.footer .download-container {
  display: flex;
  max-width: 1195px;
  justify-content: space-between;
  margin-top: 64px;
  align-items: center;
}

.footer .footer-container {
  max-width: 1195px;
  justify-self: center;
}

.footer .line {
  width: 1195px;
  height: 1px;
  object-fit: cover;
  margin-top: 94px;
}

.footer .text-wrapper-21 {
  width: 100%;
  font-family: "PP Pangram Sans Rounded", Helvetica;
  font-weight: 700;
  color: #ffffff12;
  font-size: 124px;
  text-align: center;
  letter-spacing: 0;
  line-height: 148.8px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Missing styles for elements that were causing layout issues */
.home .apply-credit-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home .repayment-duration {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 8px;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-19 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home .repayment-duration-wrapper,
.home .repayment-duration-3,
.home .repayment-duration-4 {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.home .repayment-duration-2,
.home .repayment-duration-5 {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 6px;
  letter-spacing: 0;
  line-height: normal;
}

.home .arrow-left-icon {
  width: 16px;
  height: 16px;
  background-color: #28a745;
  border-radius: 50%;
  margin-bottom: 8px;
}

.home .arrow-left {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.home .apply-credit-title {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 12px;
}

.home .credit-amount {
  width: 100%;
}

.home .credit-amount-2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home .credit-amount-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.home .credit-amount-3 {
  font-family: "Mena Grotesk-Bold", Helvetica;
  font-weight: 700;
  color: #28a745;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.home .credit-amount-detail-2 {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #666666;
  font-size: 6px;
  letter-spacing: 0;
  line-height: normal;
}

.home .credit-amount-slider {
  width: 100%;
  height: 4px;
  position: relative;
}

.home .overlap-group-4 {
  position: relative;
  width: 100%;
  height: 4px;
}

.home .credit-amount-slider-2 {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
}

.home .ellipse-2 {
  width: 12px;
  height: 12px;
  background-color: #28a745;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 60%;
}

.home .credit-amount-range {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.home .credit-amount-range-2 {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #999999;
  font-size: 5px;
  letter-spacing: 0;
  line-height: normal;
}

.home .credit-amount-title {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 8px;
  letter-spacing: 0;
  line-height: normal;
}

/* Trading rates section - Floating element */
.home .frame-28 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 300px;
  position: absolute;
  top: -30px;
  right: -80px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: var(--drop-shadow);
  z-index: 10;
}

.home .frame-29,
.home .frame-37 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home .frame-30 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home .frame-31,
.home .frame-38 {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.home .text-wrapper-4,
.home .text-wrapper-10 {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-32,
.home .frame-39 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home .frame-33,
.home .frame-34,
.home .frame-35,
.home .frame-36 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}

.home .text-wrapper-5 {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #666666;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-6,
.home .text-wrapper-7,
.home .text-wrapper-8,
.home .text-wrapper-9 {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
}

.home .frame-40 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: var(--drop-shadow);
  position: absolute;
  bottom: -30px;
  right: -60px;
  width: 280px;
  z-index: 10;
}

.home .frame-41 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home .frame-43 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home .text-wrapper-11 {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
}

.home .element {
  font-family: "Mena Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #666666;
  font-size: 8px;
  letter-spacing: 0;
  line-height: normal;
}

.home .text-wrapper-12 {
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #28a745;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

/* Hide answers by default */
.FAQ-answer {
  display: none;
  margin-top: 8px;
  color: #555;
  line-height: 1.5;
}

.nav-links-container-2 .nav-link.active,
.nav-links-container-2 .nav-link-2.active {
  color: green !important;
  font-weight: bold;
}

.nav-link:hover,
.nav-link-2:hover {
  color: black; /* or something */
}

/* Open state */
.FAQ-item.open .FAQ-answer {
  display: block;
}

.footer .download-image {
  display: flex;
  gap: 11.74px;
}

.text-wrapper-2 {
  font-weight: bold;
  color: #ff6600;
  display: inline-block;
  transition: opacity 0.5s, transform 0.5s;
}

.text-wrapper-2.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}

.text-wrapper-2.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .home .frame-8 {
    gap: 40px;
  }

  .home .frame-47,
  .home .frame-53 {
    flex-direction: column;
    align-items: center;
  }

  .home .frame-18,
  .home .frame-22 {
    display: flex;
    flex-direction: column;
  }

  .home .frame-48,
  .home .frame-51 {
    max-width: 100%;
  }

  .home .frame-80 {
    gap: 60px;
  }

  .home .frame-82 {
    gap: 40px;
  }

  .home .untitleddsd,
  .home .ddduntitled {
    height: auto;
  }

  .home .ddduntitled {
    margin-top: -4rem;
  }

  .home .frame-51-n {
    max-width: none;
  }

  .home .userimg {
    width: 100%;
  }

  .home .testimonial-3 {
    bottom: -70px;
    left: 20%;
    transform: translateX(-50%) rotate(-2.23deg);
  }

  .home .testimonial {
    bottom: -80px;
    right: 1%;
  }

  .home .testimonial-2 {
    top: -20px;
    right: 5%;
  }

  .home .frame-5 {
    width: auto;
  }

  .footer .line {
    width: 700px;
    height: 1px;
    object-fit: cover;
    margin-top: 24px;
  }

  .footer .frame-78 {
    padding: 50px 100px 0px 100px;
  }

  .footer .frame-80 {
    gap: 50px;
  }

  .footer .frame-81 {
    gap: 20px;
  }

  .footer .download-container {
    margin-top: 20px;
  }

  .footer .text-wrapper-21 {
    font-size: 70px;
    line-height: 50px;
  }

  .footer .element-mustard-ng-all {
    font-size: 10px;
  }
}

.logo-desktop {
  display: block;
}
.logo-mobile {
  display: none;
}

@media (max-width: 768px) {
  .home {
    margin: 0; /* remove auto centering */
    padding: 0; /* optional */
  }

  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: block;
  }

  .home .header {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .home .logo-container {
    gap: 20px;
  }

  .home .nav-links-container-2 {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .home .frame-5 {
    gap: 0px;
  }

  .home .frame-21 {
    margin-top: 32px;
  }

  .home .untitleddsd,
  .home .ddduntitled {
    max-width: 100%;
  }

  .home .frame-8 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; /* centers children inside */
    margin: 0 auto; /* centers the whole container */
    max-width: 95%; /* optional: keeps some breathing room */
  }

  .home .frame-8 > * {
    flex: 1 1 calc(50% - 20px); /* two per row */
    max-width: calc(50% - 20px);
  }

  .home .frame-18,
  .home .frame-22 {
    flex-direction: column-reverse;
    text-align: center;
    padding: 40px 11px 40px 20px;
    gap: 0px;
  }

  .home .frame-20,
  .home .frame-23 {
    min-width: 100%;
    text-align: center;
  }

  .home .frame-23 {
    margin-top: 24px;
  }

  .home .frame-61 {
    flex-direction: column;
    gap: 30px;
  }

  .home .overlap-7 {
    flex-direction: column;
  }

  .home .overlap-4 {
    height: 200px;
  }

  .home .step-content-wrapper {
    min-width: 300px;
    padding: 40px 20px;
  }

  .home .frame-80 {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .home .frame-82 {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }

  .home .text-wrapper-21 {
    font-size: 60px;
    line-height: 70px;
  }

  .footer .text-wrapper-21 {
    font-size: 35px;
    line-height: 70px;
  }

  /* Adjust floating elements on mobile */
  .home .apply-credit,
  .home .notification,
  .home .buying-crypto,
  .home .frame-28,
  .home .frame-40 {
    position: static;
    transform: none;
    margin: 10px auto;
    width: 90%;
    max-width: 300px;
  }

  .home .amount-to-send-3,
  .home .amount-to-receive-5 {
    position: static;
    transform: none;
    margin: 10px auto;
    width: 90%;
    max-width: 350px;
  }

  .home .frame-66,
  .home .frame-70 {
    position: static;
    margin: 10px auto;
    width: 90%;
    max-width: 350px;
  }

  .home .testimonial,
  .home .testimonial-2,
  .home .testimonial-3 {
    position: static;
    transform: none;
    margin: 10px auto;
    display: flex;
  }

  .nav-links-container {
    display: none; /* hide links by default */
  }

  .menu-toggle {
    display: block; /* show hamburger icon */
    margin-left: auto;
  }

  .nav-links-container.active {
    display: block; /* show when menu is toggled */
    position: absolute;
    top: 60px; /* below header */
    right: 0;
    background: white;
    width: 200px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .nav-links-container-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .header {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    padding: 14px 24px;
  }

  .header.scrolled {
    background-color: #fff; /* white */
  }

  body:has(.scroll-sentinel:below-viewport) .header {
    background: #fff;
  }

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

  .sticky-top {
    top: 0px; /* this forces it */
  }

  .home .frame-7 {
    margin-top: 4.8rem;
  }
  .home .users-trust-text {
    font-family: "Mena Grotesk", Helvetica;
    font-weight: 500;
    color: #585858;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
  }

  .home .when-life-hits-you {
    font-size: 31px;
    line-height: 147%;
    text-align: center;
    margin-top: 47.12px;
  }

  .home .text-wrapper-2 {
    font-size: 31px;
  }

  .home .main-content-text {
    font-family: var(--h-6-font-family);
    font-weight: 300;
    color: #585858;
    font-size: 14px;
    text-align: center;
    letter-spacing: var(--h-6-letter-spacing);
    line-height: var(--h-6-line-height);
    font-style: var(--h-6-font-style);
  }

  .home .untitleddsd,
  .home .ddduntitled {
    object-fit: contain;
    border-radius: 24px;
    flex: 1;
    width: 100%;
    transition: transform 0.3s ease-out;
    will-change: transform;
    transform: scaleX(-100px);
  }

  .home .ddduntitled {
    margin-top: 0rem;
  }

  .home .frame-3 {
    padding: 0px;
  }

  .home .frame-5 {
    width: auto;
  }

  .home .with-mustard-africa {
    font-family: var(--h-3-font-family);
    font-weight: 300;
    font-size: 20px;
    letter-spacing: var(--h-3-letter-spacing);
    line-height: 168%;
    font-style: var(--h-3-font-style);
  }

  .home .frame-16 {
    width: 100%;
    padding: 32px 20px;
  }

  .home .p,
  .home .the-only-exchange {
    font-size: 20px;
    letter-spacing: var(--h-4-letter-spacing);
    text-align: left;
  }

  .home .crypto-pays-you-but,
  .home .crypto-naira-wallets {
    font-size: 16px;
    text-align: left;
  }

  .home .learn-more-button {
    all: unset;
    box-sizing: border-box;
    align-items: center;
    gap: 4px;
    padding: 24px 32px;
    background-color: #2d3036;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    justify-self: flex-start;
  }

  .home .kid-looking-at-a-wrapper {
    margin: 50px 50px;
  }
  .home .frame-25 {
    flex: 1;
    min-width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 24px;
  }

  .home .world-s-first-credit {
    font-size: 20px;
    margin-top: 24px;
  }

  .home .frame-58 {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    background-color: #1c1c1c;
    border-radius: 32px;
    overflow: hidden;
    padding: 47px 23px;
    margin-top: 142px;
  }

  .home .credit-is-the-oxygen {
    font-family: "PP Pangram Sans Rounded", Helvetica;
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: 20px;
  }

  .home .overlap-6 > * {
    display: none; /* hide all child elements */
  }

  .home .overlap-6 {
    background-image: url("assets/home-note-mobile.svg");
    min-height: 900px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .home .frame-56 {
    max-width: none;
    min-height: 683px;
    background-image: url("assets/home-note-mobile.svg");
  }

  .home .frame-45 {
    width: 100%;
    background-color: #f8f4ef;
    padding: 127px 20px 66.84px 20px;
  }

  .home .text-wrapper-13 {
    font-size: 25px;
    text-align: left;
  }

  .home .faqs-container {
    width: 100%;
    border-radius: 29px;
    overflow: hidden;
    padding: 62px 22.5px;
  }

  .home .FAQ-question,
  .home .FAQ-question-2,
  .home .FAQ-question-3 {
    font-family: var(--h-6-font-family);
    font-weight: var(--h-6-font-weight);
    color: #4c515b;
    font-size: 16px;
    letter-spacing: var(--h-6-letter-spacing);
    line-height: var(--h-6-line-height);
    font-style: var(--h-6-font-style);
    margin-bottom: 10px;
  }

  .home .FAQ-answer {
    font-weight: 300;
    color: #4c515b;
    font-size: var(--body1-reg-font-size);
  }

  .home .frame-76 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    max-width: 991px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    top: 75%;
    transform: translateX(-50%);
    text-align: center;
  }

  .home .text-wrapper-16 {
    font-family: var(--h-3-font-family);
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    margin: 0px 33px;
    line-height: 168%;
  }

  .footer .overlap-group-9 {
    position: relative;
    height: 60%;
    max-width: 1184px;
    justify-self: normal;
  }

  .footer .frame-78 {
    width: 100%;
    background-color: #1c1c1c;
    border-radius: 0px;
    overflow: hidden;
    padding: 0px;
  }

  .footer .download-container {
    display: block;
    max-width: 100%;
    justify-content: flex-start;
    margin-top: 37px;
    margin-bottom: 117px;
    width: 100%;
    padding: 0px 36px 0px 36px;
  }

  .footer .download-image {
    display: flex;
    flex-direction: column;
    margin-top: 37px;
  }

  .footer .footer-container {
    max-width: none;
    justify-self: center;
    width: 100%;
  }

  .footer .line {
    width: 100%;
    height: 1px;
    object-fit: cover;
    margin-top: 69px;
  }

  .footer .frame-80 {
    padding-left: 41px;
    padding-right: 133px;
    padding-top: 66px;
  }
}

@media (max-width: 480px) {
  .home .frame-2 {
    padding: 0px;
  }

  .home .frame-3 {
    padding: 0px;
  }

  .home .who-really-shows-up,
  .home .when-life-hits-you {
    font-size: 32px;
    line-height: 38px;
  }

  .home .text-wrapper-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .home .users-trust-content {
    gap: 3px;
  }

  .home .animoji,
  .home .animoji-2,
  .home .animoji-3,
  .home .animoji-4,
  .home .animoji-5,
  .home .animoji-6,
  .home .animoji-7,
  .home .image-wrapper,
  .home .div-wrapper {
    width: 25px;
    height: 26px;
  }

  .home .frame-18,
  .home .frame-22 {
    padding: 30px 15px;
  }

  .home .step-content-wrapper {
    padding: 30px 15px;
  }

  .home .text-wrapper-21 {
    font-size: 40px;
    line-height: 50px;
  }

  .home .frame-48,
  .home .frame-51 {
    min-width: 100%;
    padding: 20px;
  }
}

/* credit */

.credit-page {
  width: 100%;
  background-color: #fdfcfa;
}

.credit-container {
  width: 100%;
  margin: 0 auto;
}

/* Header */
.credit-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
}

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

.credit-logo {
  height: 40px;
  width: auto;
}

.credit-nav-links {
  display: flex;
  gap: 40px;
  align-items: center;
}

.credit-nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.credit-nav-link:hover,
.credit-nav-link.active {
  opacity: 0.8;
}

/* Hero Section */
.credit-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #1c1c1c 0%, #014310 100%);
  width: 100%;
}

.credit-hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 77px;
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
}

.credit-hero-left {
  flex: 1;
  max-width: 668px;
}

.credit-hero-title {
  color: #ffffff;
  margin-bottom: 16px;
  line-height: var(--h1-bold-line-height);
  font-family: var(--h1-bold-font-family);
  font-style: var(--h1-bold-font-style);
  font-weight: var(--h1-bold-font-weight);
  letter-spacing: var(--h1-bold-letter-spacing);
  font-size: 51px;
  color: #ffffff;
}

.credit-hero-text {
  font-size: 20px;
  color: #f0f1f2;
  line-height: 1.5;
  margin-bottom: 24px;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.credit-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: #28a745;
  border: none;
  border-radius: 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Mena Grotesk", Helvetica;
  cursor: pointer;
  transition: background 0.3s ease;
}

.credit-cta-button:hover {
  background: #218838;
}

.credit-cta-button img {
  width: 20px;
  height: 20px;
}

/* Phone Mockup */
.credit-hero-right {
  flex: 0 0 auto;
  position: relative;
  height: 130%;
}

.credit-phone-mockup {
  position: relative;
  width: 320px;
  height: 600px;
}

.credit-phone-screen {
  width: 298px;
  height: 580px;
  background: #f9fafa;
  border-radius: 24px;
  padding: 20px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.credit-phone-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.credit-back-arrow {
  width: 20px;
  height: 20px;
}

.credit-screen-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.credit-amount-section {
  margin-bottom: 24px;
}

.credit-amount-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #f0f0f0;
}

.credit-amount-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 16px;
}

.credit-selected-amount {
  font-size: 24px;
  font-weight: 600;
  color: #28a745;
  text-align: center;
  margin-bottom: 8px;
}

.credit-amount-subtitle {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 16px;
}

.credit-slider {
  position: relative;
  height: 20px;
  margin-bottom: 12px;
}

.credit-slider-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(40, 167, 69, 0.2);
  border-radius: 2px;
  transform: translateY(-50%);
}

.credit-slider-thumb {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 16px;
  height: 16px;
  background: #28a745;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.credit-amount-range {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
}

.credit-duration-section {
  margin-bottom: 24px;
}

.credit-duration-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #f0f0f0;
}

.credit-duration-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 12px;
}

.credit-duration-options {
  display: flex;
  gap: 8px;
}

.credit-duration-option {
  flex: 1;
  padding: 12px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #ffffff;
  font-size: 10px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.credit-duration-option.active {
  background: rgba(40, 167, 69, 0.1);
  border-color: #28a745;
  color: #28a745;
}

.credit-phone-indicator {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
}

.credit-notification {
  position: absolute;
  top: -40px;
  left: -20px;
  width: 280px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e5e5e5;
}

.credit-notification-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.credit-notification-content {
  flex: 1;
}

.credit-notification-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 4px;
}

.credit-notification-text {
  font-size: 12px;
  color: #999;
}

/* Credit Pathways Section */
.credit-pathways {
  padding: 68px 40px 0px 40px;
  background: #fdfcfa;
}

.credit-pathways-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.credit-section-tag {
  font-size: 16px;
  font-weight: 400;
  color: #f00000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.credit-section-title {
  font-size: 49px;
  font-weight: 400;
  color: #2d3036;
  line-height: 1.2;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.credit-pathways-content {
  max-width: 1356px;
  margin: 0 auto;
}

.credit-pathway-item {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 62px;
  background-color: #f8f4ef;
  padding: 53px 52px 51px 79px;
  border-radius: 32px;
}

.credit-pathway-item.reverse {
  flex-direction: row-reverse;
}

.credit-pathway-visual {
  flex: 0 0 400px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.credit-pathway-text {
  flex: 1;
}

.credit-pathway-text h3 {
  font-size: 31px;
  font-weight: 400;
  color: #2d3036;
  margin-bottom: 16px;
  line-height: 1.4;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.credit-pathway-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

/* Score Visual */
.credit-score-visual {
  position: relative;
  width: 300px;
  height: 200px;
}

.credit-score-circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.credit-score-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.circle-1 {
  background: #ff6b6b;
  top: 20px;
  left: 50px;
}
.circle-2 {
  background: #4ecdc4;
  top: 40px;
  left: 100px;
}
.circle-3 {
  background: #45b7d1;
  top: 60px;
  left: 150px;
}
.circle-4 {
  background: #96ceb4;
  top: 80px;
  left: 200px;
}
.circle-5 {
  background: #feca57;
  top: 100px;
  left: 80px;
}
.circle-6 {
  background: #ff9ff3;
  top: 120px;
  left: 130px;
}
.circle-7 {
  background: #54a0ff;
  top: 140px;
  left: 180px;
}

.credit-score-bars {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.credit-score-bar {
  width: 60px;
  height: 8px;
  background: #28a745;
  border-radius: 4px;
}

.credit-score-numbers {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 120px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.credit-score-text {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}

.credit-score-final {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 700;
  color: #28a745;
}

/* Collateral Visual */
.credit-collateral-visual {
  position: relative;
  width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.credit-safe {
  position: relative;
  z-index: 2;
}

.credit-safe img {
  width: 120px;
  height: 120px;
}

.credit-coins {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.credit-coin {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.coin-1 {
  top: 20px;
  left: 40px;
}
.coin-2 {
  top: 30px;
  right: 40px;
}
.coin-3 {
  top: 80px;
  left: 20px;
}
.coin-4 {
  top: 120px;
  right: 20px;
}
.coin-5 {
  bottom: 40px;
  left: 60px;
}
.coin-6 {
  bottom: 20px;
  right: 80px;
}

/* Network Visual */
.credit-network-visual {
  position: relative;
  width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.credit-network-bg img {
  width: 200px;
  height: 150px;
  opacity: 0.3;
}

.credit-guarantor-avatar {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #28a745;
}

.credit-guarantor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.credit-guarantor-label {
  position: absolute;
  top: 90px;
  left: 40px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.credit .map {
  justify-self: center;
}

.credit-portfolio-card {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 140px;
}

.credit-portfolio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 10px;
  color: #666;
}

.credit-portfolio-header img {
  width: 12px;
  height: 12px;
}

.credit-portfolio-amount {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Testimonials Section */
.credit-testimonials {
  padding: 84px 40px;
  background: #f9f6f2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.credit-testimonials-title {
  font-size: 39px;
  font-weight: 200;
  color: #383737;
  line-height: 1.3;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 80px;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.credit-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.credit-testimonial {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.credit-testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e9ecef;
  flex-shrink: 0;
  overflow: hidden;
}

.credit-testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.credit-testimonial-content {
  flex: 1;
}

.credit-testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.credit-testimonial-name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.credit-testimonial-time {
  font-size: 12px;
  color: #999;
}

.credit-testimonial-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

/* How It Works Section */
.credit-how-it-works {
  width: 100%;
  background-color: #1c1c1c;
  border-radius: 32px;
  overflow: hidden;
  padding: 140px 196px 105px 197px;
  margin-top: 59px;
}

.credit-how-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.credit-how-header h2 {
  font-size: 49px;
  font-weight: 400;
  color: #f0f1f2;
  line-height: 1.2;
  font-family: "PP Pangram Sans Rounded", Helvetica;
  margin-top: 15px;
  max-width: 601px;
  text-align: center;
  justify-self: center;
}

.credit-steps {
  max-width: 1047px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.credit-step {
  padding: 61px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #dcd8d8;
  display: flex;
  justify-content: space-between;
}

.credit-step-bottom {
  padding: 61px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #dcd8d8;
  border-bottom: 1px solid #dcd8d8;
  display: flex;
  justify-content: space-between;
}

.credit-step h3,
.credit-step-bottom h3 {
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.4;
  font-family: "PP Pangram Sans Rounded", Helvetica;
  max-width: 301px;
}

.credit-step p,
.credit-step-bottom p {
  font-size: 16px;
  color: #f0f1f2;
  line-height: 1.6;
  max-width: 600px;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

/* CTA Section */
.credit-cta-section {
  padding: 79px 37px 40px 37px;
  background: #fdfcfa;
}

.credit-cta-card {
  margin: 0 auto;
  background: url("assets/map-bg.svg"),
    linear-gradient(90deg, #28a745 0%, #ffe682 100%);

  border-radius: 32px;
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover; /* optional */
  background-position: center; /* optional */
}

.credit-cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

.credit-cta-card > * {
  position: relative;
  z-index: 2;
}

.credit-cta-card h2 {
  font-size: 49px;
  font-weight: 400;
  color: #393c42;
  line-height: 1.2;
  margin-bottom: 24px;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.credit-cta-card p {
  font-size: 20px;
  color: #2d3036;
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.credit-cta-button-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 24px 32px;
  background: #2d3036;
  border: none;
  border-radius: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: "Mena Grotesk", Helvetica;
}

.credit-cta-button-dark:hover {
  background: #1a1d21;
}

/* Footer */
.credit-footer {
  background: #1c1c1c;
  border-radius: 32px 32px 0 0;
  padding: 60px 40px 40px;
}

.credit-footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.credit-footer-main {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}

.credit-footer-brand {
  flex: 0 0 250px;
}

.credit-footer-logo {
  height: 40px;
  width: auto;
  margin-bottom: 24px;
}

.credit-footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.credit-footer-links a {
  color: #9ca1aa;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.credit-footer-links a:hover {
  color: #ffffff;
}

.credit-footer-sections {
  display: flex;
  gap: 80px;
  flex: 1;
}

.credit-footer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 150px;
}

.credit-footer-section h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.credit-footer-section a,
.credit-footer-section span {
  color: #9ca1aa;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.credit-footer-section a:hover {
  color: #ffffff;
}

.credit-footer-section img {
  width: 120px;
  height: auto;
}

.credit-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.credit-app-downloads {
  display: flex;
  gap: 16px;
}

.credit-app-downloads img {
  height: 60px;
  width: auto;
}

.credit-copyright {
  color: #9ca1aa;
  font-size: 16px;
}

.credit-footer-watermark {
  font-family: "PP Pangram Sans Rounded-Bold", Helvetica;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
  font-size: 48px;
  letter-spacing: 2px;
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .credit-hero-content {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }

  .credit-hero-title {
    font-size: 48px;
  }

  .credit-pathway-item {
    flex-direction: column-reverse;
    gap: 40px;
    text-align: center;
  }

  .credit-pathway-item.reverse {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .credit-pathway-visual {
    flex: none;
  }

  .credit-footer-main {
    flex-direction: column;
    gap: 40px;
  }

  .credit-footer-sections {
    flex-direction: column;
    gap: 40px;
  }

  .home .kid-looking-at-a {
    width: 100%;
  }

  .home .black-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .credit-nav {
    flex-direction: column;
    gap: 20px;
  }

  .credit-nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .credit-hero-title {
    font-size: 36px;
  }

  .credit-hero-text {
    font-size: 16px;
    text-align: left;
  }

  .credit-cta-button {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 16px 24px;
    background: #28a745;
    border: none;
    border-radius: 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Mena Grotesk", Helvetica;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .credit-how-header {
    margin-bottom: 25px;
  }

  .credit-how-header h2 {
    font-size: 20px;
    text-align: left;
  }

  .credit-how-header .credit-section-tag {
    text-align: left;
  }

  .credit-hero-img {
    height: 100%;
    width: 100%;
  }

  .credit-section-title,
  .credit-testimonials-title,
  .credit-cta-card h2 {
    font-size: 20px;
  }

  .credit-cta-section .credit-cta-card h2 {
    font-size: 25px;
    line-height: 168%;
  }

  .credit-cta-section .credit-cta-card p {
    font-size: 16px;
    line-height: 142%;
  }

  .credit-steps {
    gap: 0px;
  }

  .credit-step {
    flex-direction: column;
    padding: 32px 16px;
  }

  .credit-step-bottom {
    flex-direction: column;
    padding: 32px 16px;
  }

  .credit-pathway-item {
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
    margin-bottom: 62px;
    background-color: #f8f4ef;
    padding: 16px;
    border-radius: 32px;
  }

  .credit-meter {
    width: 100%;
  }

  .credit-pathway-text h3 {
    font-size: 24px;
    text-align: left;
  }

  .credit-pathway-text p {
    text-align: left;
    line-height: 142%;
    font-weight: 200;
  }

  .credit-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .credit-testimonials {
    padding: 112px 40px 0px 40px;
  }

  .credit-cta-card {
    padding: 40px 30px;
  }

  .credit-footer-sections {
    flex-direction: column;
    gap: 30px;
  }

  .credit-app-downloads {
    flex-direction: column;
    align-items: center;
  }

  .credit-hero-title {
    color: #ffffff;
    margin-bottom: 24px;
    line-height: var(--h1-bold-line-height);
    font-family: var(--h1-bold-font-family);
    font-style: var(--h1-bold-font-style);
    font-weight: var(--h1-bold-font-weight);
    letter-spacing: var(--h1-bold-letter-spacing);
    font-size: 31px;
    margin-top: 114px;
    text-align: left;
  }

  .credit-how-it-works {
    padding: 56px 29px 94px 29px;
  }
}

@media (max-width: 480px) {
  .credit-hero-content,
  .credit-pathways,
  .credit-testimonials,
  .credit-how-it-works,
  .credit-cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .credit-phone-mockup {
    width: 280px;
    height: 520px;
  }

  .credit-phone-screen {
    width: 260px;
    height: 500px;
  }

  .credit-notification {
    width: 240px;
  }
}

/* exchange */

/* Main Container */
.exchange-crypto {
  background-color: #fdfcfa;
  min-height: 100vh;
  width: 100%;
}

.exchange-container {
  margin: 0 auto;
  position: relative;
}

/* Header */
.exchange-header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(209, 211, 216, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 16px 32px;
}

.exchange-logo-container {
  display: flex;
  align-items: center;
  gap: 48px;
}

.exchange-logo {
  height: 32px;
  width: auto;
}

.exchange-how-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.exchange-how-header h2 {
  font-size: 49px;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 1.2;
  font-family: "PP Pangram Sans Rounded", Helvetica;
  margin-top: 15px;
  text-align: center;
  justify-self: center;
}

.exchange-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.exchange-nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.exchange-step h3,
.exchange-step-bottom h3 {
  font-size: 25px;
  font-weight: 400;
  color: #252525;
  margin-bottom: 16px;
  line-height: 1.4;
  font-family: "PP Pangram Sans Rounded", Helvetica;
  max-width: 301px;
}

.exchange-steps {
  max-width: 1047px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.exchange-step {
  padding: 61px 16px;
  border-top: 1px solid #dcd8d8;
  display: flex;
  justify-content: space-between;
}

.exchange-step-bottom {
  padding: 61px 16px;
  border-top: 1px solid #dcd8d8;
  border-bottom: 1px solid #dcd8d8;
  display: flex;
  justify-content: space-between;
}

.exchange-step p,
.exchange-step-bottom p {
  font-size: 16px;
  color: #252525;
  line-height: 1.6;
  max-width: 600px;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.exchange-nav-link:hover,
.exchange-nav-link.active {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
}

/* Main Content */
.exchange-main {
  padding-top: 120px;
}

/* Hero Section */
.exchange-hero {
  padding: 80px 40px;
  max-width: 1440px;
  margin: 0 auto;
}

.exchange-hero-content {
  margin: 0 auto;
}

.exchange-hero-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  margin-bottom: 60px;
  line-height: 1.2;
  color: #1c1c1c;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.exchange-hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Trading Card */
.exchange-trading-card {
  background: linear-gradient(135deg, #ffd998 0%, #28a745 100%);
  border-radius: 32px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.exchange-trading-interface {
  background: white;
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.exchange-buy-sell-tabs {
  display: flex;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 4px;
  margin-bottom: 32px;
}

.exchange-tab {
  flex: 1;
  padding: 12px 24px;
  border: none;
  background: transparent;
  border-radius: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.exchange-tab.active {
  background: #28a745;
  color: white;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.exchange-amount-inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.exchange-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.exchange-input-label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.exchange-input-wrapper {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 16px;
  gap: 12px;
}

.exchange-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  outline: none;
}

.exchange-currency-icon {
  width: 24px;
  height: 24px;
}

.exchange-rate-info {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.exchange-swap-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.exchange-swap-icon:hover {
  transform: translate(-50%, -50%) rotate(180deg);
}

.exchange-trade-button {
  width: 100%;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 16px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 24px;
  transition: all 0.3s ease;
}

.exchange-trade-button:hover {
  background: #1e7e34;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(40, 167, 69, 0.3);
}

/* Rates Panel */
.exchange-rates-panel {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.exchange-rate-card {
  flex: 1;
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.exchange-rate-header {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 16px;
  text-align: center;
}

.exchange-rate-card.sell .exchange-rate-header {
  background: rgba(255, 0, 0, 0.1);
  color: #ff0000;
}

.exchange-rate-card.buy .exchange-rate-header {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}

.exchange-rate-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.exchange-rate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.exchange-currency {
  color: #666;
  font-weight: 500;
}

.exchange-price {
  font-weight: 600;
  color: #1c1c1c;
}

/* Transaction History */
.exchange-transaction-history {
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.exchange-transaction-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exchange-transaction-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.exchange-transaction-icon {
  width: 24px;
  height: 24px;
}

.exchange-transaction-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.exchange-transaction-type {
  font-weight: 600;
  font-size: 14px;
}

.exchange-transaction-time {
  font-size: 12px;
  color: #666;
}

.exchange-transaction-amount {
  font-weight: 600;
  color: #28a745;
}

/* Hero Text */
.exchange-hero-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}

.exchange-description {
  font-size: 20px;
  line-height: 1.6;
  color: #4c515b;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.exchange-cta-button {
  background: #2d3036;
  color: white;
  border: none;
  border-radius: 16px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  font-family: "Mena Grotesk", Helvetica;
}

.exchange-cta-button:hover {
  background: #1a1d21;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(45, 48, 54, 0.3);
}

/* Features Section */
.exchange-features {
  padding: 100px 40px;
  background: #fdfcfa;
}

.exchange-features-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.exchange-features-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #ff0000;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.exchange-features-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.3;
  color: #1c1c1c;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.exchange-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.exchange-feature-card {
  background: #f8f4ef;
  border-radius: 32px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 499px;
  transition: transform 0.3s ease;
}

.exchange-feature-card:hover {
  transform: translateY(-8px);
}

.exchange-feature-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Currency List */
.exchange-currency-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* How It Works Section */
.exchange-how-it-works {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  padding: 140px 196px 105px 197px;
  margin-top: 59px;
}

.exchange-currency-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border-radius: 20px;
  padding: 16px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.exchange-currency-badge {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exchange-currency-badge.naira {
  background: rgba(38, 161, 123, 0.1);
}

.exchange-naira-icon {
  position: relative;
  width: 24px;
  height: 16px;
}

.exchange-naira-bar {
  position: absolute;
  width: 8px;
  height: 16px;
  background: #00a254;
}

.exchange-naira-bar:first-child {
  left: 0;
}

.exchange-naira-bar:last-child {
  right: 0;
}

.exchange-naira-separator {
  position: absolute;
  left: 8px;
  width: 8px;
  height: 16px;
  background: white;
}

.exchange-currency-name {
  font-weight: 500;
  color: #1c1c1c;
}

.exchange-arrow {
  width: 20px;
  height: 20px;
}

/* Transfer Preview */
.exchange-transfer-preview {
  background: #fdfcfa;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.exchange-transfer-header {
  margin-bottom: 24px;
}

.exchange-transfer-label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  display: block;
  margin-bottom: 12px;
}

.exchange-transfer-amount {
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  border-radius: 12px;
  padding: 16px;
}

.exchange-crypto-icon {
  width: 24px;
  height: 24px;
}

.exchange-amount-value {
  font-size: 18px;
  font-weight: 600;
}

.exchange-amount-currency {
  font-size: 16px;
  color: #666;
}

.exchange-transfer-details {
  background: white;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.exchange-transfer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exchange-transfer-key {
  font-size: 14px;
  color: #666;
}

.exchange-transfer-value {
  font-size: 14px;
  font-weight: 600;
  color: #1c1c1c;
}

/* Fee Breakdown */
.exchange-fee-breakdown {
  width: 100%;
}

.exchange-fee-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.exchange-fee-label {
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
}

.exchange-fee-amount {
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
}

.exchange-transaction-preview {
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Notifications */
.exchange-notifications {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.exchange-notification-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.exchange-notification-card.main {
  padding: 32px 20px;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

.exchange-notification-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.exchange-notification-icon.large {
  width: 80px;
  height: 80px;
}

.exchange-notification-content {
  flex: 1;
}

.exchange-notification-title {
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 4px;
}

.exchange-notification-status {
  font-size: 14px;
  color: #666;
}

.exchange-notification-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* Feature Content */
.exchange-feature-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.exchange-feature-title {
  font-size: 24px;
  font-weight: 300;
  color: #2d3036;
  line-height: 1.3;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.exchange-feature-description {
  font-size: 16px;
  color: #4c515b;
  line-height: 1.5;
  font-family: "PP Pangram Sans Rounded", Helvetica;
  font-weight: 200;
}

/* Global Section */
.exchange-global {
  background: #1c1c1c;
  border-radius: 32px;
  margin: 0;
  padding: 80px 40px;
  color: white;
  text-align: center;
}

.exchange-global-content {
  max-width: 1200px;
  margin: 0 auto;
}

.exchange-global-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 80px;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  font-family: "PP Pangram Sans Rounded", Helvetica;
}

.exchange-global-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
}

.exchange-transfer-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
}

.exchange-user-avatar {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.exchange-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exchange-transfer-notification {
  display: flex;
  align-items: center;
  gap: 16px;
  background: white;
  color: #1c1c1c;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  max-width: 300px;
}

.exchange-transfer-effect {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 100px;
  height: auto;
  opacity: 0.8;
}

.exchange-connection-line {
  width: 400px;
  height: auto;
}

/* Process Section */
.exchange-process {
  padding: 100px 40px;
}

.exchange-process-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.exchange-process-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #ff0000;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.exchange-process-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.3;
  color: #1c1c1c;
  margin-bottom: 80px;
}

.exchange-process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.exchange-process-step {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 40px 0;
  border-bottom: 1px solid #dbd7d7;
  text-align: left;
}

.exchange-process-step:first-child {
  border-top: 1px solid #dbd7d7;
}

.exchange-step-title {
  font-size: 24px;
  font-weight: 600;
  color: #252525;
  min-width: 300px;
  flex-shrink: 0;
}

.exchange-step-description {
  font-size: 16px;
  color: #838383;
  line-height: 1.6;
  flex: 1;
}

/* Footer */
.exchange-footer {
  margin-top: 100px;
}

.exchange-cta-section {
  background: linear-gradient(90deg, #28a745 0%, #ffe682 100%);
  border-radius: 32px;
  margin: 0 40px;
  padding: 80px 40px;
  text-align: center;
}

.exchange-cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.exchange-cta-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.3;
  color: #2d3036;
  margin-bottom: 24px;
}

.exchange-cta-description {
  font-size: 18px;
  color: #2d3036;
  line-height: 1.6;
  margin-bottom: 40px;
}

.exchange-footer-content {
  background: #1c1c1c;
  border-radius: 32px 32px 0 0;
  padding: 60px 40px 40px;
  color: white;
  margin-top: 40px;
}

.exchange-footer-main {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 60px;
}

.exchange-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.exchange-footer-logo {
  height: 40px;
  width: auto;
}

.exchange-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.exchange-footer-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.exchange-footer-heading {
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.exchange-footer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.exchange-footer-link {
  color: #9ca1aa;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.exchange-footer-link:hover {
  color: white;
}

.exchange-social-icons {
  width: 120px;
  height: auto;
  margin-bottom: 16px;
}

.exchange-footer-email {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.exchange-app-downloads {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.exchange-app-badge {
  width: 160px;
  height: auto;
}

.exchange-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #333;
  position: relative;
}

.exchange-copyright {
  font-size: 16px;
  color: white;
}

.exchange-footer-watermark {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 80px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.05);
  letter-spacing: 4px;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .exchange-hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .credit-how-it-works {
    padding: 56px 29px 94px 29px;
  }

  .exchange-trading-card {
    order: 2;
  }

  .exchange-hero-text {
    order: 1;
    text-align: center;
  }

  .exchange-global-visual {
    flex-direction: column;
    gap: 40px;
  }

  .exchange-connection-line {
    width: 200px;
    transform: rotate(90deg);
  }

  .exchange-footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .exchange-footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .exchange-features-img {
    width: 100%;
  }

  .exchange-how-it-works {
    padding: 56px 29px 94px 29px;
  }

  .exchange-step,
  .exchange-step-bottom {
    display: block;
  }
}

@media (max-width: 768px) {
  .exchange-header {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 20px;
    width: calc(100% - 40px);
  }

  .exchange-logo-container {
    flex-direction: column;
    gap: 20px;
  }

  .exchange-nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .exchange-main {
    padding-top: 40px;
  }

  .exchange-hero,
  .exchange-features,
  .exchange-process {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }

  .exchange-trading-card {
    padding: 24px;
  }

  .exchange-rates-panel {
    flex-direction: column;
  }

  .exchange-features-grid {
    grid-template-columns: 1fr;
  }

  .exchange-features-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 168%;
    color: #1c1c1c;
    font-family: "PP Pangram Sans Rounded", Helvetica;
    text-align: left;
  }

  .exchange-feature-card {
    min-height: auto;
    flex-direction: column-reverse;
  }

  .exchange-features-img {
    width: 100%;
  }

  .exchange-process-step {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .exchange-hero-title {
    font-size: 23.77px;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 168%;
  }

  .exchange-description {
    text-align: left;
    margin-top: 43.73px;
    font-size: 19px;
  }

  .exchange-main-img {
    width: 100%;
  }

  .exchange-hero-layout {
    display: block;
  }

  .exchange-step-title {
    min-width: auto;
  }

  .exchange-how-it-works {
    padding: 0px 15px;
  }

  .exchange-how-it-works .credit-section-tag {
    text-align: left;
  }

  .exchange-how-header {
    margin-bottom: 25px;
  }

  .exchange-step {
    display: block;
    padding: 16px;
  }

  .exchange-step-bottom {
    display: block;
    padding: 16px;
  }

  .exchange-how-it-works h2 {
    font-size: 20px;
    line-height: 120%;
    text-align: left;
  }

  .exchange-global {
    margin: 61px 20px 0px 20px;
    padding: 40px 20px;
  }

  .exchange-global-title {
    font-size: 14.72px;
    line-height: 120%;
    margin-bottom: 32.75px;
  }

  .exchange-cta-section {
    margin: 0 20px;
    padding: 40px 20px;
  }

  .exchange-footer-links {
    grid-template-columns: 1fr;
  }

  .exchange-footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .exchange-footer-watermark {
    font-size: 40px;
    position: static;
    transform: none;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .exchange-trading-interface {
    padding: 20px;
  }

  .exchange-input-wrapper {
    padding: 12px;
  }

  .exchange-input {
    font-size: 16px;
  }

  .exchange-feature-card {
    padding: 24px 20px;
  }

  .exchange-transfer-notification {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}

/* about */

.about {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}

.about .div {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Header */
.about .header {
  display: flex;
  width: 100%;
  padding: 24px 80px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.about .logo-container {
  display: flex;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
}

.about .mustard-2 {
  width: 120px;
  height: 32px;
  object-fit: cover;
}
/* Hero Section */
.about .frame-11 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 80px 63px 60px 39px;
  background-color: #ffffff;
  margin-top: 108px;
  max-width: 1440px;
  justify-content: center;
  align-items: center;
}

.about .text-wrapper-6 {
  color: #1a1a1a;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  max-width: 900px;
  margin: 0;
}

.about .text-wrapper-7 {
  color: #6b7280;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 600px;
  margin: 0;
  text-align: left;
  align-self: flex-end;
}

/* Quote Section */
.about .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 80px 80px;
  background-color: #1c1c1c;
}

.about .frame-12 > div:nth-child(2) {
  align-self: flex-start; /* or flex-end, or stretch */
}

.about .team-img {
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.about .text-wrapper-8 {
  color: #ffffff;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.about .frame-13 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 57px;
}

.about .frame-12-wrapper {
  max-width: 1178px;
}

.about .stat-title-wrapper {
  display: flex;
  align-items: center;
  justify-self: flex-start;
}

.about .stat-title {
  color: #ffffff;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.about .stat-description {
  color: #ffffff;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

/* Press Section */
.about .frame-14 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 80px 60px;
  text-align: center;
  background-color: #ffffff;
}

.about .text-wrapper-9 {
  color: #1a1a1a;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  max-width: 1152px;
  margin: 0;
}

.about .frame-15 {
  width: 100%;
  max-width: 900px;
  height: auto;
}

/* Stats Section */
.about .frame-16 {
  display: flex;
  flex-direction: column;
  padding: 117px 80px 164px 80px;
  background-color: #f9f6f2;
  margin-top: 60px;
  align-items: center;
}

.about .frame-24 {
  display: flex;
  gap: 204px;
  align-items: center;
}

.about .products-intro-title {
  color: #1a1a1a;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
  max-width: 368px;
}

.about .products-intro {
  color: #6b7280;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  max-width: 600px;
  margin: 0 auto;
}

.about .frame-17 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  order: 1;
  margin-top: 64px;
}

.about .frame-18,
.about .frame-20,
.about .frame-21,
.about .frame-22 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 24px;
  border-radius: 12px;
  text-align: center;
}

.about .frame-19,
.about .frame-23 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about .stat-title-2 {
  color: #6b7280;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

.about .stat-value {
  color: #1a1a1a;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 61px;
  font-weight: normal;
  line-height: 40px;
  text-align: left;
  margin-top: 16px;
}

.about .stat-description-2,
.about .stat-description-3 {
  color: #6b7280;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-align: left;
  max-width: 258px;
}

/* Whisk Image Section */
.about .whisk-wrapper {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fef3c7 100%);
}

.about .whisk {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}

/* Footer */
.about .frame {
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  padding: 60px 80px 40px;
}

.about .overlap-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.about .img {
  width: 100%;
  height: 2px;
  object-fit: cover;
}

.about .frame-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}

.about .mustard-wrapper {
  display: flex;
  align-items: center;
}

.about .mustard {
  width: 120px;
  height: 32px;
  object-fit: cover;
}

.about .frame-3 {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.about .frame-4,
.about .frame-6,
.about .frame-8 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 120px;
}

.about .text-wrapper {
  color: #ffffff;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.about .frame-5,
.about .frame-7 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about .text-wrapper-2 {
  color: #d1d5db;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.about .text-wrapper-2:hover {
  color: #ffffff;
}

.about .text-wrapper-3 {
  color: #9ca3af;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.about .text-wrapper-3:hover {
  color: #d1d5db;
}

.about .frame-9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 200px;
}

.about .frame-10 {
  width: 120px;
  height: 24px;
  object-fit: cover;
}

.about .text-wrapper-4 {
  color: #d1d5db;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* App Store Buttons */
.about .appstore,
.about .googleplay {
  width: 140px;
  height: 42px;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.2s ease;
  position: absolute;
  right: 0;
}

.about .appstore {
  top: 120px;
}

.about .googleplay {
  top: 170px;
}

.about .appstore:hover,
.about .googleplay:hover {
  opacity: 0.8;
}

.about .line {
  width: 100%;
  height: 1px;
  object-fit: cover;
  margin: 20px 0;
}

.about .p {
  color: #6b7280;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-align: center;
}

.about .text-wrapper-5 {
  color: #f59e0b;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about .header {
    padding: 16px 24px;
  }

  .about .nav-links-container-2 {
    gap: 24px;
  }

  .about .frame-11,
  .about .frame-12,
  .about .frame-14,
  .about .frame-16 {
    padding: 35px 24px 50px 24px;
  }

  .about .text-wrapper-9 {
    font-size: 20px;
    line-height: 120%;
  }

  .about .team-img {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about .frame-24 {
    display: block;
  }

  .about .frame-11 {
    margin-top: 36px;
  }

  .about .hero-image {
    width: 100%;
  }

  .about .text-wrapper-7 {
    font-size: 16px;
  }

  .about .text-wrapper-6 {
    font-size: 26px;
    line-height: 44px;
  }

  .about .text-wrapper-8 {
    font-size: 20px;
    line-height: 28px;
  }

  .about .products-intro-title {
    font-size: 28px;
    line-height: 36px;
  }

  .about .frame-17 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 62px;
  }

  .about .frame-18,
  .about .frame-20,
  .about .frame-21,
  .about .frame-22 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0px;
    border-radius: 12px;
    text-align: left;
  }

  .about .products-intro {
    font-size: 16px;
    line-height: 142%;
    margin-top: 16px;
  }

  .about .frame-2 {
    flex-direction: column;
    gap: 40px;
  }

  .about .frame-3 {
    gap: 40px;
  }

  .about .frame {
    padding: 40px 24px 24px;
  }

  .about .appstore,
  .about .googleplay {
    position: static;
    margin: 8px 0;
  }
}

@media (max-width: 480px) {
  .about .nav-links-container-2 {
    display: none;
  }

  .about .text-wrapper-6 {
    font-size: 28px;
    line-height: 36px;
  }

  .about .text-wrapper-8 {
    font-size: 18px;
    line-height: 26px;
  }

  .about .products-intro-title {
    font-size: 24px;
    line-height: 32px;
  }
}
/* FAQ Component Styles */
.faq * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.faq body {
  font-family: var(--body1-reg-font-family);
  background-color: #fdfcfa;
  line-height: 1.6;
}

.faq .faqs {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Header */
.faq .header {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #d1d3d8;
  box-shadow: 0px 1px 9.4px rgba(127, 127, 127, 0.11);
  padding: 16px;
}

.faq .logo-container {
  display: flex;
  align-items: center;
  gap: 55px;
}

.faq .mustard-logo {
  width: 140px;
  height: 26px;
}

.faq .nav-links-container {
  display: flex;
  align-items: center;
  gap: 32px;
}

.faq .nav-link-container {
  display: flex;
  align-items: center;
}

.faq .nav-link {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #2d3036;
  font-size: var(--body1-bold-font-size);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.faq .nav-link-active {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #28a745;
  font-size: var(--body1-bold-font-size);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

/* Hero Section */
.faq .hero-section {
  background-color: #1c1c1c;
  padding: 200px 0 100px;
  text-align: center;
}

.faq .hero-title {
  font-family: var(--h1-bold-font-family);
  font-weight: var(--h1-bold-font-weight);
  color: #ffffff;
  font-size: var(--h1-bold-font-size);
  line-height: var(--h1-bold-line-height);
  max-width: 824px;
  margin: 0 auto;
}

/* Tab Navigation */
.faq .tab-navigation {
  display: flex;
  justify-content: center;
  gap: 21px;
  padding: 60px 0;
  background-color: #fdfcfa;
}

.faq .tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #d1d3d8;
  background-color: transparent;
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  font-size: var(--body1-bold-font-size);
  color: #1c1c1c;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq .tab-button.active {
  background-color: #e9f9ef;
  border-color: #d1d3d8;
}

.faq .tab-button:hover {
  background-color: #f0f0f0;
}

/* Main Content */
.faq .main-content {
  flex: 1;
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.faq .tab-content {
  display: none;
}

.faq .tab-content.active {
  display: block;
}

.faq .faq-section {
  display: flex;
  gap: 54px;
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.faq .section-title {
  font-family: var(--h-2-font-family);
  font-weight: var(--h-2-font-weight);
  font-size: var(--h-2-font-size);
  line-height: var(--h-2-line-height);
  color: #252525;
  width: 459px;
  flex-shrink: 0;
}

.faq .faqs-list {
  flex: 1;
  max-width: 716px;
}

.faq .faq-item {
  border-bottom: 1px solid #e2ded9;
}

.faq .faq-item:last-child {
  border-bottom: none;
}

.faq .faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.faq .faq-header:hover {
  background-color: #f9f9f9;
}

.faq .faq-question {
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  color: #4c515b;
  font-size: var(--h-6-font-size);
  line-height: var(--h-6-line-height);
  margin: 0;
  flex: 1;
  padding-right: 20px;
}

.faq .faq-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 16px;
}

.faq .faq-answer.active {
  max-height: 200px;
  padding: 0 16px 16px;
}

.faq .faq-answer p {
  font-family: var(--body1-reg-font-family);
  font-weight: var(--body1-reg-font-weight);
  color: #4c515b;
  font-size: var(--body1-reg-font-size);
  line-height: var(--body1-reg-line-height);
  margin: 0;
}

/* CTA Section */
.faq .cta-section {
  margin: 100px 38px;
  border-radius: 34px;
  background: linear-gradient(
    90deg,
    rgba(40, 167, 69, 1) 0%,
    rgba(255, 230, 130, 1) 100%
  );
  position: relative;
  overflow: hidden;
}

.faq .cta-content {
  padding: 80px 60px;
  text-align: center;
  background-image: url("assets/map-bg.svg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.faq .cta-title {
  font-family: var(--h-2-font-family);
  font-weight: var(--h-2-font-weight);
  color: #2d3036;
  font-size: var(--h-2-font-size);
  line-height: var(--h-2-line-height);
  margin-bottom: 30px;
  max-width: 1091px;
  margin-left: auto;
  margin-right: auto;
}

.faq .cta-subtitle {
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  color: #2d3036;
  font-size: var(--h-6-font-size);
  line-height: var(--h-6-line-height);
  margin-bottom: 40px;
  max-width: 532px;
  margin-left: auto;
  margin-right: auto;
}

.faq .cta-button {
  display: inline-flex;
  align-items: center;
  padding: 24px 32px;
  background-color: #2d3036;
  border-radius: 40px;
  border: none;
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq .cta-button:hover {
  background-color: #1a1d21;
}

/* Footer */
.faq .footer {
  background-color: #1c1c1c;
  border-radius: 32px 32px 0 0;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.faq .footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://c.animaapp.com/mfcsw02sA07wi2/img/frame-1171276391.svg);
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.faq .footer-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 130px 50px;
  gap: 105px;
}

.faq .footer-brand {
  flex-shrink: 0;
}

.faq .footer-logo {
  width: 212px;
  height: 40px;
}

.faq .footer-links {
  display: flex;
  gap: 74px;
  flex: 1;
}

.faq .footer-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq .footer-title {
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  color: #ffffff;
  font-size: var(--h-6-font-size);
  line-height: var(--h-6-line-height);
}

.faq .footer-link-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq .footer-link {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #9ca1aa;
  font-size: var(--body1-bold-font-size);
  line-height: var(--body1-bold-line-height);
  text-decoration: none;
  transition: color 0.3s ease;
}

.faq .footer-link:hover {
  color: #ffffff;
}

.faq .social-icons {
  width: 100%;
  max-width: 232px;
}

.faq .footer-email {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #ffffff;
  font-size: var(--body1-bold-font-size);
  line-height: var(--body1-bold-line-height);
}

.faq .footer-apps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.faq .app-store,
.faq .google-play {
  width: 204px;
  height: 59px;
}

.faq .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 0 130px 50px;
}

.faq .footer-divider {
  border: none;
  height: 1px;
  background-color: #333;
  margin-bottom: 30px;
}

.faq .footer-copyright {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #ffffff;
  font-size: var(--body1-bold-font-size);
  line-height: var(--body1-bold-line-height);
  margin-bottom: 50px;
}

.faq .footer-watermark {
  font-family: "PP Pangram Sans Rounded-Bold", Helvetica;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.07);
  font-size: 124px;
  line-height: 148.8px;
  text-align: center;
  white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .faq .faq-section {
    flex-direction: column;
    gap: 30px;
  }

  .faq .section-title {
    width: 100%;
  }

  .faq .footer-content {
    flex-direction: column;
    gap: 50px;
    padding: 80px 50px 40px;
  }

  .faq .footer-links {
    flex-wrap: wrap;
    gap: 40px;
  }

  .about .hero-image {
    width: 100%;
  }

  .about .frame-24 {
    display: block;
  }
}

@media (max-width: 768px) {
  .faq .header {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 20px;
    width: calc(100% - 40px);
  }

  .faq .logo-container {
    flex-direction: column;
    gap: 20px;
  }

  .faq .nav-links-container {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .faq .hero-section {
    padding: 150px 20px 80px;
  }

  .faq .hero-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .faq .tab-navigation {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 40px 20px;
  }

  .faq .tab-button {
    width: 280px;
    font-size: 16px;
    font-weight: normal;
  }

  .faq .section-title {
    display: none;
  }

  .faq .faq-question {
    font-size: 16px;
  }

  .faq .faq-answer p {
    font-weight: normal;
  }

  .faq .cta-content {
    padding: 60px 30px;
  }

  .faq .cta-title {
    font-size: 28px;
    line-height: 168%;
  }

  .faq .cta-subtitle {
    font-size: 16px;
    line-height: 142%;
  }

  .faq .footer-watermark {
    font-size: 60px;
    line-height: 70px;
  }
}

.privacy-and-terms-of {
  background-color: #fdfcfa;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.privacy-and-terms-of .div {
  background-color: #fdfcfa;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/* Header Section */
.privacy-and-terms-of .frame-11 {
  width: 100%;
  background-color: #b0adaa;
  padding: 231px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.privacy-and-terms-of .header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #d1d3d8;
  box-shadow: 0px 1px 9.4px #7f7f7f1c;
}

.privacy-and-terms-of .logo-container {
  display: flex;
  align-items: center;
  gap: 55px;
}

.privacy-and-terms-of .mustard-2 {
  width: 140px;
  height: 26px;
}

.privacy-and-terms-of .nav-links-container {
  display: flex;
  align-items: center;
  gap: 42px;
}

.privacy-and-terms-of .nav-links-container-2 {
  display: flex;
  align-items: center;
  gap: 32px;
}

.privacy-and-terms-of .nav-link-container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.privacy-and-terms-of .nav-link {
  margin-top: -1px;
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #2d3036;
  font-size: var(--body1-bold-font-size);
  text-align: center;
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  white-space: nowrap;
  font-style: var(--body1-bold-font-style);
}

.privacy-and-terms-of .nav-link-2 {
  margin-top: -1px;
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #28a745;
  font-size: var(--body1-bold-font-size);
  text-align: center;
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  white-space: nowrap;
  font-style: var(--body1-bold-font-style);
}

.privacy-and-terms-of .privacy-policy-terms {
  font-family: var(--h1-bold-font-family);
  font-weight: var(--h1-bold-font-weight);
  color: #ffffff;
  font-size: var(--h1-bold-font-size);
  letter-spacing: var(--h1-bold-letter-spacing);
  line-height: var(--h1-bold-line-height);
  font-style: var(--h1-bold-font-style);
  text-align: center;
}

/* Tab Navigation */
.privacy-and-terms-of .frame-12 {
  display: flex;
  align-items: center;
  gap: 21px;
  justify-content: center;
  padding: 76px 0 64px;
}

.privacy-and-terms-of .div-wrapper {
  display: flex;
  width: 190px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  background-color: #e9f9ef;
  border-radius: 16px;
  border: 1px solid #d1d3d8;
}

.privacy-and-terms-of .text-wrapper-8 {
  margin-top: -1px;
  font-family: var(--body1-bold-font-family);
  font-weight: normal;
  color: #1c1c1c;
  font-size: var(--body1-bold-font-size);
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  white-space: nowrap;
  font-style: var(--body1-bold-font-style);
}

.privacy-and-terms-of .frame-13 {
  display: flex;
  width: 190px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #d1d3d8;
}

/* Content Section */
.privacy-and-terms-of .frame-14 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1047px;
  margin: 0 auto;
  padding: 0 20px;
}

.privacy-and-terms-of .frame-15 {
  display: flex;
  align-items: center;
  gap: 96px;
  padding: 32px 16px;
  border-top: 1px solid #dbd7d7;
  border-bottom: 1px solid #dbd7d7;
  min-height: 230px;
}

.privacy-and-terms-of .frame-16 {
  display: flex;
  align-items: center;
  gap: 102px;
  padding: 32px 16px;
  border-bottom: 1px solid #dbd7d7;
  min-height: 230px;
}

.privacy-and-terms-of .products-intro-title {
  width: 301px;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-weight: 400;
  color: #252525;
  font-size: 25px;
  line-height: 168%;
  flex-shrink: 0;
}

.privacy-and-terms-of .products-intro-title-2 {
  width: 301px;
  font-family: "PP Pangram Sans Rounded", Helvetica, sans-serif;
  font-weight: 400;
  color: #252525;
  font-size: 25px;
  line-height: 168%;
  flex-shrink: 0;
}

.privacy-and-terms-of .products-intro {
  width: 600px;
  font-family: var(--body1-reg-font-family);
  font-weight: var(--body1-reg-font-weight);
  color: #838383;
  font-size: var(--body1-reg-font-size);
  letter-spacing: var(--body1-reg-letter-spacing);
  line-height: var(--body1-reg-line-height);
  font-style: var(--body1-reg-font-style);
}

.privacy-and-terms-of .products-intro-2 {
  width: 600px;
  font-family: var(--body1-reg-font-family);
  font-weight: var(--body1-reg-font-weight);
  color: #838383;
  font-size: var(--body1-reg-font-size);
  letter-spacing: var(--body1-reg-letter-spacing);
  line-height: var(--body1-reg-line-height);
  font-style: var(--body1-reg-font-style);
}

.privacy-and-terms-of .products-intro-3 {
  width: 600px;
  font-family: var(--body1-reg-font-family);
  font-weight: var(--body1-reg-font-weight);
  color: #838383;
  font-size: var(--body1-reg-font-size);
  line-height: var(--body1-reg-line-height);
  letter-spacing: var(--body1-reg-letter-spacing);
  font-style: var(--body1-reg-font-style);
}

/* CTA Section */
.privacy-and-terms-of .overlap-wrapper {
  width: 100%;
  margin: 44px auto;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(40, 167, 69, 1) 0%,
    rgba(255, 230, 130, 1) 100%
  );
}

.privacy-and-terms-of .overlap {
  width: 100%;
  height: 421px;
  background-image: url("assets/map-bg.svg");
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 30px;
  padding: 40px 18px;
}

.privacy-and-terms-of .text-wrapper-6 {
  max-width: 1091px;
  font-family: var(--h-2-font-family);
  font-weight: var(--h-2-font-weight);
  color: #2d3036;
  font-size: var(--h-2-font-size);
  text-align: center;
  letter-spacing: var(--h-2-letter-spacing);
  line-height: var(--h-2-line-height);
  font-style: var(--h-2-font-style);
}

.privacy-and-terms-of .text-wrapper-7 {
  max-width: 532px;
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  color: #2d3036;
  font-size: var(--h-6-font-size);
  text-align: center;
  letter-spacing: var(--h-6-letter-spacing);
  line-height: var(--h-6-line-height);
  font-style: var(--h-6-font-style);
}

.privacy-and-terms-of .learn-more-button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 24px 32px;
  background-color: #2d3036;
  border-radius: 40px;
  cursor: pointer;
}

.privacy-and-terms-of .learn-more-text {
  margin-top: -1px;
  font-family: "Mena Grotesk-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

/* Footer Section */
.privacy-and-terms-of .frame {
  width: 100%;
  background-color: #1c1c1c;
  border-radius: 32px 32px 0px 0px;
  overflow: hidden;
  margin-top: auto;
}

.privacy-and-terms-of .overlap-group {
  padding: 98px 129px 19px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-image: url(https://c.animaapp.com/mfctix8tM22TmV/img/frame-1171276391.svg);
  background-size: cover;
  background-position: center;
}

.privacy-and-terms-of .cta-container {
  padding: 0px 38px;
}

.privacy-and-terms-of .frame-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 105px;
}

.privacy-and-terms-of .mustard-wrapper {
  display: flex;
  flex-direction: column;
  width: 212px;
  align-items: flex-start;
  gap: 27px;
}

.privacy-and-terms-of .mustard {
  width: 100%;
  height: 40px;
}

.privacy-and-terms-of .frame-3 {
  display: flex;
  align-items: flex-start;
  gap: 74px;
}

.privacy-and-terms-of .frame-4 {
  display: flex;
  flex-direction: column;
  width: 156px;
  align-items: flex-start;
  gap: 24px;
}

.privacy-and-terms-of .text-wrapper {
  margin-top: -1px;
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  color: #ffffff;
  font-size: var(--h-6-font-size);
  letter-spacing: var(--h-6-letter-spacing);
  line-height: var(--h-6-line-height);
  font-style: var(--h-6-font-style);
}

.privacy-and-terms-of .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
}

.privacy-and-terms-of .text-wrapper-2 {
  margin-top: -1px;
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #9ca1aa;
  font-size: var(--body1-bold-font-size);
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  font-style: var(--body1-bold-font-style);
}

.privacy-and-terms-of .text-wrapper-3 {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #9ca1aa;
  font-size: var(--body1-bold-font-size);
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  font-style: var(--body1-bold-font-style);
}

.privacy-and-terms-of .frame-6 {
  display: flex;
  flex-direction: column;
  width: 131px;
  align-items: flex-start;
  gap: 24px;
}

.privacy-and-terms-of .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.privacy-and-terms-of .frame-8 {
  display: flex;
  flex-direction: column;
  width: 95px;
  align-items: flex-start;
  gap: 24px;
}

.privacy-and-terms-of .frame-9 {
  display: flex;
  flex-direction: column;
  width: 232px;
  align-items: flex-start;
  gap: 13px;
}

.privacy-and-terms-of .frame-10 {
  width: 100%;
}

.privacy-and-terms-of .text-wrapper-4 {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #ffffff;
  font-size: var(--body1-bold-font-size);
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  font-style: var(--body1-bold-font-style);
}

/* Footer Bottom Section */
.privacy-and-terms-of .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #333;
  margin-top: 40px;
}

.privacy-and-terms-of .app-stores {
  display: flex;
  gap: 12px;
}

.privacy-and-terms-of .appstore,
.privacy-and-terms-of .googleplay {
  width: 204px;
  height: 59px;
}

.privacy-and-terms-of .p {
  font-family: var(--body1-bold-font-family);
  font-weight: var(--body1-bold-font-weight);
  color: #ffffff;
  font-size: var(--body1-bold-font-size);
  letter-spacing: var(--body1-bold-letter-spacing);
  line-height: var(--body1-bold-line-height);
  font-style: var(--body1-bold-font-style);
}

.privacy-and-terms-of .text-wrapper-5 {
  width: 100%;
  font-family: "PP Pangram Sans Rounded-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff12;
  font-size: 124px;
  text-align: center;
  letter-spacing: 0;
  line-height: 148.8px;
  white-space: nowrap;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .privacy-and-terms-of .frame-15,
  .privacy-and-terms-of .frame-16 {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .privacy-and-terms-of .products-intro-title,
  .privacy-and-terms-of .products-intro-title-2 {
    width: 100%;
  }

  .privacy-and-terms-of .products-intro,
  .privacy-and-terms-of .products-intro-2,
  .privacy-and-terms-of .products-intro-3 {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .privacy-and-terms-of .frame-2 {
    flex-direction: column;
    gap: 40px;
  }

  .privacy-and-terms-of .frame-3 {
    flex-direction: column;
    gap: 40px;
  }

  .privacy-and-terms-of .nav-links-container-2 {
    flex-wrap: wrap;
    gap: 16px;
  }

  .privacy-and-terms-of .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .privacy-and-terms-of .text-wrapper-5 {
    font-size: 60px;
    line-height: 70px;
  }

  .privacy-and-terms-of .privacy-policy-terms {
    font-family: var(--h1-bold-font-family);
    font-weight: var(--h1-bold-font-weight);
    color: #ffffff;
    font-size: 20px;
    letter-spacing: var(--h1-bold-letter-spacing);
    line-height: var(--h1-bold-line-height);
    font-style: var(--h1-bold-font-style);
    text-align: center;
  }
  .privacy-and-terms-of .frame-11 {
    padding-top: 102px;
    padding-bottom: 49px;
  }

  .privacy-and-terms-of .text-wrapper-8 {
    font-weight: normal;
  }

  .privacy-and-terms-of .frame-12 {
    padding: 76px 41px 64px 41px;
  }

  .privacy-and-terms-of .products-intro,
  .privacy-and-terms-of .products-intro-2,
  .privacy-and-terms-of .products-intro-3 {
    text-align: left;
  }

  .privacy-and-terms-of .products-intro-title,
  .privacy-and-terms-of .products-intro-title-2 {
    text-align: left;
  }

  .privacy-and-terms-of .text-wrapper-6 {
    font-size: 25px;
    line-height: 168%;
  }

  .privacy-and-terms-of .text-wrapper-7 {
    font-size: 16px;
    line-height: 142%;
  }
}
