
body {
    font-family: sans-serif;
    margin: 0;
    background-color: #E000CA;
    color: #fff;
}

.container {
    max-width: 530px;
    margin: 0 auto;
    background-color: #E000CA;
    position: relative;
    padding-bottom: 80px;
}

@media (max-width: 530px) {
    .container {
        max-width: 390px;
    }
}

.coin {
    position: absolute;
    z-index: 50;
}

.coin-1 {
    width: 46px;
    left: 25%;
}

.coin-2 {
    width: 24px;
    top: 32px; /* 2rem */
    right: 14%;
}

.header {
    padding-top: 44px; /* 2.75rem */
}

.stars {
    display: flex;
    justify-content: center;
    gap: 2px; /* 0.125rem */
}

.stars img {
    width: 17px;
}

h1 {
    margin-top: 28px; /* 1.75rem */
    padding: 0 16px; /* 1rem */
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.hero {
    position: relative;
    z-index: 0;
    text-align: center;
}



.coin-3 {
    width: 40px;
    top: 10%;
    left: 31%;
}

.coin-4 {
    width: 24px;
    top: 66.66%;
    left: 16%;
}

.coin-5 {
    width: 46px;
    top: 72%;
    right: 16%;
}

.hero-bg-icons {
    position: absolute;
    top: 25%;
    width: 100%;
    z-index: -10;
}

.hero-bg-ellipse {
    position: absolute;
    top: 25%;
    right: 0;
    width: 266px;
    z-index: -50;
}

.hero-main-img {
    width: 100%;
    margin-top: -40px;
}

.notifications {
    position: absolute;
    top: 21%;
    right: 10%;
    left: 10%;
    display: flex;
    flex-direction: column;
    gap: 16px; /* 1rem */
}

.notification {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 10px; /* 0.625rem */
    border-radius: 12px; /* 0.75rem */
    font-size: 11px;
    box-shadow: 0px 42px 84px 0px #000000;
}

.notification img:first-child {
    width: 38px;
}

.notification img:last-child {
    width: 28px;
    margin-left: auto;
}

.notification-text {
    margin: 0 16px; /* 1rem */
}

.notification-text .font-bold {
    font-weight: bold;
}

.cta-button {
    display: inline-block;
    box-sizing: border-box;
    max-width: 90%;
    position: relative;
    background-color: #FFE100;
    color: #000;
    padding: 16px 32px;
    border-radius: 44px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 8px 32px 20px rgba(0,0,0,0.45);
}

.how-it-works {
    margin-top: 80px; /* 5rem */
    padding: 0 16px; /* 1rem */
    text-align: center;
}

.how-it-works h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.step {
    margin-top: 64px; /* 4rem */
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 6px solid #fff;
    border-radius: 9999px;
    background-color: #9001E5;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.how-it-works h3 {
    margin-top: 20px; /* 1.25rem */
    font-size: 45px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}

.step img {
    max-width: 100%;
    height: auto;
}

.step > img {
    margin-top: -44px; /* -2.75rem */
}

.payment-methods {
    margin-top: 64px; /* 4rem */
}

.payment-methods img {
    display: block;
    margin: 20px auto 0;
    width: 172px;
}

.social-proof {
    margin-top: 102px; /* 6.375rem */
    padding: 0 16px; /* 1rem */
    text-align: center;
}

.social-proof h2 {
    font-size: 26px;
    color: #fff;
    line-height: 1;
}

.earnings-amount {
    margin-top: 12px; /* 0.75rem */
    font-size: 58px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.social-proof img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.final-cta {
    margin-top: 60px; /* 3.75rem */
    padding: 0 16px; /* 1rem */
    text-align: center;
}

.final-cta h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.hero .cta-button {
    margin-top: -132px;
}

.final-cta .cta-button {
    margin-top: 24px; /* 1.5rem */
}
