:root {
  --pink:#e2136e;
  --dark:#291522;
  --muted:#766773;
  --line:#ece3e8;
  --green:#14865e;
  --shadow:0 16px 45px #5313341a;
}
.site-shell {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  box-shadow: 0 0 60px #4d293511;
  box-sizing: border-box;
}
.topbar {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: #fffffff2;
  backdrop-filter: blur(14px);
  z-index: 20;
}
.brand,
.language {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  color: var(--dark);
}
.brand {
  gap: 10px;
  font: 18px Inter;
}
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--pink);
  color: #fff;
  border-radius: 10px 10px 10px 3px;
  font: bold italic 24px Inter;
}
.brand b,
.eyebrow,
.section-heading span,
.page-head span,
.how > div > span {
  color: var(--pink);
}
.hero-section {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  padding: 64px 72px;
  background:
    linear-gradient(
      130deg,
      #fff 12%,
      #fff5f9);
  overflow: hidden;
}
.eyebrow,
.section-heading span,
.page-head span,
.how > div > span {
  font-weight: 700;
}
.hero-copy h1 {
  font-size: 56px;
  line-height: 1.08;
  margin: 18px 0;
  letter-spacing: -1px;
}
.hero-copy h1 em {
  font-style: normal;
  color: var(--pink);
}
.hero-copy > p {
  font-size: 19px;
  line-height: 1.65;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 30px 0 24px;
}
.primary,
.ghost {
  border: 0;
  border-radius: 10px;
  padding: 13px 22px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.primary {
  background: var(--pink);
  color: #fff;
  box-shadow: 0 8px 20px #e2136e35;
}
.primary:hover {
  background: #b80e58;
  transform: translateY(-1px);
}
.ghost {
  background: #fff;
  border: 1px solid #e6dbe1;
}
.trust-line {
  display: flex;
  gap: 20px;
  color: #6e6269;
  font-size: 14px;
}
.trust-line span:first-child {
  color: var(--green);
}
.hero-visual {
  height: 400px;
  position: relative;
  border-radius: 40% 55% 44% 50%;
  background:
    radial-gradient(
      circle at 50% 45%,
      #f8659f,
      #e2136e 38%,
      #b90b55 72%);
  box-shadow: inset 0 0 80px #71063244, 0 32px 70px #d8136840;
}
.balance-card {
  position: absolute;
  left: 17%;
  top: 18%;
  right: 14%;
  padding: 28px;
  border-radius: 20px;
  background: #ffffffeb;
  box-shadow: var(--shadow);
  z-index: 3;
}
.balance-card small,
.balance-card span {
  display: block;
  color: var(--muted);
}
.balance-card strong {
  display: block;
  font: 800 35px Inter;
  margin: 8px 0;
}
.balance-card span {
  color: var(--green);
  font-weight: 700;
}
.chart {
  position: absolute;
  left: 24%;
  right: 20%;
  bottom: 18%;
  height: 100px;
  display: flex;
  align-items: end;
  gap: 11px;
}
.chart i {
  flex: 1;
  background: #ffffffdd;
  border-radius: 8px 8px 2px 2px;
}
.chart i:nth-child(1) {
  height: 25%;
}
.chart i:nth-child(2) {
  height: 48%;
}
.chart i:nth-child(3) {
  height: 39%;
}
.chart i:nth-child(4) {
  height: 65%;
}
.chart i:nth-child(5) {
  height: 77%;
}
.chart i:nth-child(6) {
  height: 100%;
}
.float-card {
  position: absolute;
  background: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  z-index: 4;
}
.float-card b,
.float-card span {
  display: block;
}
.float-card b {
  color: var(--pink);
  font: 800 18px Inter;
}
.float-card span {
  font-size: 12px;
  color: var(--muted);
}
.fc-one {
  left: -20px;
  bottom: 42px;
}
.fc-two {
  right: -10px;
  top: 68px;
  color: var(--green);
  font-weight: 700;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px 50px;
  border-block: 1px solid var(--line);
}
.metrics div {
  text-align: center;
  border-right: 1px solid var(--line);
}
.metrics div:last-child {
  border: 0;
}
.metrics b,
.metrics span {
  display: block;
}
.metrics b {
  font: 800 24px Inter;
  color: var(--pink);
}
.metrics span {
  font-size: 14px;
  color: var(--muted);
  margin-top: 5px;
}
.section {
  padding: 68px 60px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}
.section-heading h2,
.how h2,
.cta h2 {
  font-size: 34px;
  margin: 5px 0;
}
.section-heading button,
.plan-card footer button {
  border: 0;
  background: none;
  color: var(--pink);
  font-weight: 700;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.plan-card {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 7px 25px #4b20330b;
  transition: .2s;
}
.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.plan-icon {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-size: 23px;
}
.risk {
  float: right;
  margin-top: -43px;
  background: #f4f0f2;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
}
.plan-card h3 {
  font-size: 21px;
  margin: 21px 0 3px;
}
.plan-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.plan-card > strong {
  display: block;
  font: 800 30px Inter;
  margin: 7px 0 21px;
}
.plan-card footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  font-size: 13px;
}
.opportunity-section,
.dashboard-page {
  background: #faf7f9;
}
.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.opportunity {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}
.op-img {
  height: 145px;
  display: grid;
  place-items: center;
  position: relative;
}
.op-img b {
  font-size: 65px;
}
.op-img > span {
  position: absolute;
  left: 14px;
  top: 14px;
  background: #fff;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
}
.op-body {
  padding: 18px;
}
.op-body small {
  color: var(--green);
  font-weight: 700;
}
.op-body h3 {
  margin: 8px 0 0;
}
.op-body p {
  color: var(--muted);
  margin: 2px 0 15px;
}
.progress {
  height: 7px;
  background: #eee8eb;
  border-radius: 10px;
  overflow: hidden;
}
.progress i {
  display: block;
  height: 100%;
  background: var(--pink);
}
.fund-row {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
}
.how {
  padding: 70px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
}
.how p,
.page-head p {
  color: var(--muted);
}
.how ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.how li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.how li > b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #fff0f6;
  color: var(--pink);
  border-radius: 50%;
  font: 800 18px Inter;
}
.how li span,
.how li strong {
  display: block;
}
.how li span {
  color: var(--muted);
  font-size: 14px;
}
.how li strong {
  color: var(--dark);
  font-size: 17px;
}
.cta {
  margin: 0 60px 60px;
  padding: 44px 50px;
  background:
    linear-gradient(
      120deg,
      #b70951,
      #e2136e);
  color: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta span,
.cta p {
  color: #ffd6e7;
}
.white {
  background: #fff;
  color: var(--pink);
  box-shadow: none;
}
.dashboard-page {
  padding: 60px;
  min-height: 720px;
}
.page-head {
  text-align: center;
  margin: 5px auto 40px;
}
.page-head h1 {
  font-size: 42px;
  margin: 8px 0;
}
.wallet-card {
  max-width: 620px;
  margin: auto;
  background:
    linear-gradient(
      125deg,
      #8f0a40,
      #e2136e);
  border-radius: 22px;
  padding: 34px;
  color: #fff;
  box-shadow: var(--shadow);
}
.wallet-card small,
.wallet-card strong,
.wallet-card span {
  display: block;
}
.wallet-card strong {
  font: 800 42px Inter;
  margin: 10px 0;
}
.wallet-card span {
  color: #ffd4e5;
}
.wallet-card button {
  margin-top: 25px;
  border: 0;
  border-radius: 10px;
  padding: 11px 18px;
  color: var(--pink);
  font-weight: 700;
}
.empty,
.profile-card {
  text-align: center;
  padding: 65px 20px;
}
.empty > b {
  font-size: 45px;
  color: #c9bbc2;
}
.empty p,
.profile-card p {
  color: var(--muted);
}
.avatar {
  width: 78px;
  height: 78px;
  border-radius: 25px;
  background: var(--pink);
  color: #fff;
  font: 800 26px Inter;
  display: grid;
  place-items: center;
  margin: auto;
}
.menu-list {
  max-width: 600px;
  margin: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.menu-list button {
  width: 100%;
  padding: 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  text-align: left;
}
.menu-list span {
  float: right;
}
.desktop-footer {
  padding: 38px 60px;
  background: #26131e;
  color: #cbbfc5;
}
.desktop-footer .brand {
  color: #fff;
}
.bottom-nav {
  display: none;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #291522aa;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  backdrop-filter: blur(4px);
}
.modal {
  width: min(440px, 100%);
  background: #fff;
  border-radius: 22px;
  padding: 32px;
  position: relative;
  animation: pop .25s;
}
.close {
  position: absolute;
  right: 15px;
  top: 12px;
  border: 0;
  background: none;
  font-size: 28px;
}
.modal-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: #fff0f6;
  border-radius: 15px;
  font-size: 24px;
}
.modal h2 {
  font-size: 28px;
  margin: 16px 0 0;
}
.modal > p {
  margin: 3px 0 20px;
  color: var(--muted);
}
.modal label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 13px 0;
}
.modal input {
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 1px solid #dfd3da;
  border-radius: 10px;
  padding: 12px;
}
.full {
  width: 100%;
  margin-top: 10px;
}
.modal > small {
  display: block;
  text-align: center;
  color: #96878f;
  margin-top: 13px;
}
.estimate {
  background: #fff6fa;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  justify-content: space-between;
}
.estimate b {
  color: var(--pink);
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  background: #1d332b;
  color: #fff;
  border-radius: 30px;
  padding: 12px 22px;
  z-index: 80;
}
@keyframes pop {
  from {
    opacity: 0;
    transform: scale(.95) translateY(8px);
  }
}
@media (max-width: 760px) {
  .site-shell {
    padding-bottom: 72px;
  }
  .topbar {
    height: 64px;
    padding: 0 18px;
  }
  .brand {
    font-size: 15px;
  }
  .brand-mark {
    width: 31px;
    height: 31px;
  }
  .language {
    font-size: 13px;
  }
  .hero-section {
    min-height: auto;
    display: block;
    padding: 42px 22px 48px;
  }
  .hero-copy h1 {
    font-size: 39px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-actions {
    display: grid;
  }
  .trust-line {
    display: grid;
    gap: 5px;
  }
  .hero-visual {
    height: 310px;
    margin: 42px 5px 0;
  }
  .balance-card {
    left: 10%;
    right: 10%;
    padding: 20px;
  }
  .balance-card strong {
    font-size: 29px;
  }
  .float-card {
    padding: 9px 12px;
  }
  .fc-one {
    left: -8px;
  }
  .fc-two {
    right: -7px;
    top: 42px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
    padding: 18px;
  }
  .metrics div {
    padding: 15px;
    border-bottom: 1px solid var(--line);
  }
  .metrics div:nth-child(2) {
    border-right: 0;
  }
  .metrics div:nth-child(3),
  .metrics div:nth-child(4) {
    border-bottom: 0;
  }
  .metrics b {
    font-size: 19px;
  }
  .section,
  .dashboard-page {
    padding: 42px 18px;
  }
  .section-heading h2,
  .how h2,
  .cta h2 {
    font-size: 27px;
  }
  .plan-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .opportunity-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .opportunity {
    min-width: 82%;
    scroll-snap-align: start;
  }
  .how {
    padding: 45px 20px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .cta {
    margin: 0 18px 32px;
    padding: 30px 24px;
    display: block;
  }
  .cta button {
    margin-top: 22px;
    width: 100%;
  }
  .desktop-footer {
    display: none;
  }
  .bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 760px;
    margin: auto;
    height: 70px;
    background: #fff;
    border-top: 1px solid var(--line);
    z-index: 30;
  }
  .bottom-nav button {
    flex: 1;
    border: 0;
    background: none;
    color: #9a8e94;
    display: grid;
    place-items: center;
    padding: 7px;
  }
  .bottom-nav b {
    font: 700 22px Inter;
    line-height: 1;
  }
  .bottom-nav span {
    font-size: 11px;
  }
  .bottom-nav .active {
    color: var(--pink);
  }
  .page-head h1 {
    font-size: 34px;
  }
  .wallet-card strong {
    font-size: 34px;
  }
  .modal {
    padding: 26px 22px;
  }
  .toast {
    bottom: 86px;
    white-space: nowrap;
  }
  .hero-copy br {
    display: none;
  }
}
* {
  box-sizing: border-box;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
img,
svg,
video {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1600px) {
  .site-shell {
    max-width: 1680px;
  }
  .topbar {
    padding: 0 56px;
  }
  .section {
    padding: 76px 64px;
  }
  .hero-section {
    padding: 76px 80px;
  }
}
@media (min-width: 2000px) {
  .site-shell {
    max-width: 1920px;
  }
  .topbar {
    padding: 0 72px;
  }
  .section {
    padding: 84px 88px;
  }
  .hero-section {
    padding: 84px 100px;
  }
  .hero-copy h1 {
    font-size: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  .hero-section {
    padding: 56px 40px;
  }
  .section {
    padding: 56px 40px;
  }
}
@media (max-width: 1024px) {
  .topbar {
    padding: 0 28px;
  }
  .hero-section {
    padding: 48px 32px;
    gap: 36px;
  }
  .hero-copy h1 {
    font-size: 42px;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
    padding: 22px;
  }
  .section {
    padding: 48px 32px;
  }
  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .opportunity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .how {
    padding: 48px 32px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cta {
    margin: 0 32px 48px;
    padding: 36px 32px;
  }
  .payment-section {
    margin: 32px 24px 0;
  }
  .payment-section.compact {
    margin: 0 32px 48px;
  }
  .mobile-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .bank-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .legal-support {
    margin: 24px 32px 48px;
  }
  .desktop-footer {
    padding: 32px;
  }
}
