@font-face {
    font-family: "Myriad Bengali";
    src: url("/public/fonts/myriad-bengali-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("/public/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
    max-width: 440px;
    margin: 0 auto;
}

.header {
    border-bottom: 1px solid #454745;
    background: #141515;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-left img {
    height: 34px;
    width: 102px;
}

.header-content a {
    text-decoration: none;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-text {
    color: #D8D8D8;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: capitalize;
}

.logo-right {
    height: 40px;
    width: 40px;
    flex-shrink: 0;
}

.main-content {
    background-image: url("../img/section-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 735px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding-top: 50px;
}

.content-overlay {
    text-align: center;
    z-index: 2;
}

.main-title {
    text-align: center;
    font-family: "Myriad Bengali";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #F3BB7F 0%, #EB923F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-subtitle {
    color: #E1DFDF;
    text-align: center;
    font-family: "Myriad Bengali";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 0%;
    text-transform: uppercase;
}

.button-section {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    z-index: 3;
    margin-top: -30px;
}

.cta-button {
    width: 284px;
    height: 47px;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(90deg, #F2BA7E 16.21%, #EA8F39 94.29%);
    box-shadow: 0px 0px 4.3px 0px #FFEA47;
    border: none;
    cursor: pointer;
    
    color: #242222;
    text-align: center;
    font-family: "Myriad Bengali";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100.585%;
    text-transform: uppercase;
}

.steps-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), 
                linear-gradient(246deg, #874A04 -47%, #231301 25.99%, #2A1701 56.17%, #874A04 123.15%);
    padding: 50px 20px 30px;
    margin-top: -25px;
}

.steps-title {
    text-align: center;
    font-family: "Myriad Bengali";
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 50px;
    line-height: 99.877%; 
    color: #E1DFDF;
}

.step {
    margin-bottom: 30px;
    text-align: center;
}

.step-text {
    text-align: center;
    font-family: "Myriad Bengali";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 99.877%;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: #E1DFDF;
}

.step-number {
    background: linear-gradient(90deg, #F2BA7E 16.21%, #EA8F39 94.29%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Myriad Bengali";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 99.877%;
    text-transform: capitalize;
}

.step-image {
    width: 145px;
    height: 296px;
    object-fit: contain;
    margin-bottom: 10px;
}
