/* How-To-Start Block */
.howto-block {
    max-width: 700px;
    margin: 48px auto 32px auto;
    background: none;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 0;
}
.howto-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 18px;
    margin-left: 8px;
    text-align: left;
}
.howto-step {
    display: flex;
    align-items: center;
    background: #18181f;
    border-radius: 12px;
    margin-bottom: 18px;
    padding: 18px 28px 18px 18px;
    box-shadow: 0 1px 8px 0 #00000018;
    border: 1.5px solid #23232b;
    position: relative;
    transition: box-shadow 0.15s, border 0.15s;
}
.howto-step:last-child {
    margin-bottom: 0;
}
.howto-step:hover {
    box-shadow: 0 4px 24px 0 #7c5fff33;
    border: 1.5px solid #7c5fff;
}
.howto-icon {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23232b;
    border-radius: 10px;
    margin-right: 18px;
    font-size: 2.1rem;
}
.howto-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.howto-head {
    color: #fff;
    font-size: 1.13rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.howto-desc {
    color: #bdbdcf;
    font-size: 1rem;
    font-weight: 400;
}
.howto-btn {
    background: #7c5fff;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    margin-left: 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, box-shadow 0.15s, transform 0.13s;
    box-shadow: 0 2px 8px 0 #00000018;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.howto-btn:hover, .howto-btn:focus {
    background: #a259ff;
    box-shadow: 0 4px 16px 0 #7c5fff44;
    transform: translateY(-2px) scale(1.04);
}
.howto-btn:active {
    background: #5f3fff;
    transform: scale(0.97);
}
/* Neuer gelber Button wie im Bild */
 .main-block1-button-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF902A;
    color: #222;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    border: none;
    border-radius: 14px;
    padding: 12px 36px;
    box-shadow: 0 2px 8px 0 #00000010;
    cursor: pointer;
    transition: filter 0.15s, box-shadow 0.15s;
    margin: 24px auto 0 auto;
    outline: none;
}
 .main-block1-button-yellow:hover {
    background: #e87c13;
    filter: none;
    box-shadow: 0 8px 24px 0 #00000022;
    transform: translateY(-2px) scale(1.03);
    transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
}
.main-block1-button-icon {
    font-size: 28px;
    margin-right: 8px;
    display: flex;
    align-items: center;
}
.main-block1-button-text {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.main-block1 {
    background-image: url(../../resource/img/background-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.main-block1.bg-tint {
    background-color: rgba(15, 15, 15, 0.9);
    background-blend-mode: multiply;
}

.main-block1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    background: linear-gradient(
        to bottom,
        rgba(10, 10, 12, 0) 0%,
        rgba(10, 10, 12, 0.72) 58%,
        rgba(10, 10, 12, 1) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.main-block1 .main-text-container {
    position: relative;
    margin: 0 auto;
    top: 30%;
    width: 830px;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

 .main-block1-text {
    font-size: 64px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 1px;
}

 .main-block1-text2 {
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

.main-block1-buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 390px;
    margin-top: 45px;
}

.main-block1-button1 {
    background-color: rgba(255,144,42,0.7);
    color: #FFFFFF;
    font-size: 22px;
    width: 195px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

.main-block1-button2 {
    background-color: transparent;
    color: #FFFFFF;
    font-size: 22px;
    width: 170px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}

 .main-block1-button1:hover {
    background-color: #FF902A;
}

.main-block1-button2:hover {
    background-color: #FFFFFF30;
}

.main-block1-online-container {
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

 .main-block1-online-text {
    font-size: 16px;
    color: #FFFFFF65;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-block1-online-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.main-block1-online-circle {
    width: 15px;
    height: 15px;
    background-color: #FF902A;
    border: 4px solid #00000050;
    border-radius: 100%;
    box-shadow: 0px 0px 12px 2px #FF902A70;
}

.main-block1-online {
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF50;
    margin-left: 10px;
}

.main-block1-online .online-var {
    color: #FF902A;
}

.wrapper {
    width: 1425px;
    margin: 0 auto;
    padding: 0 30px;
}

.main-block2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 500px;
    position: relative;
    top: 30px;
}

.main-block2-text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #FFFFFF;
}

.main-block2-text {
    font-size: 48px;
    font-weight: 900;
    width: 460px;
    line-height: 1.3;
}

.main-block2-text2 {
    font-size: 24px;
    font-weight: 300;
    width: 585px;
    line-height: 1.3;
    margin: 40px 0;
}

.main-block2-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF902A;
    color: #222;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    border: none;
    border-radius: 14px;
    padding: 12px 36px;
    box-shadow: 0 2px 8px 0 #00000010;
    cursor: pointer;
    transition: filter 0.15s, box-shadow 0.15s;
    margin: 24px auto 0 auto;
    outline: none;
}

 .main-block2-button:hover {
    background: #e87c13;
    filter: none;
    box-shadow: 0 8px 24px 0 #00000022;
    transform: translateY(-2px) scale(1.03);
    transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
}

.main-block2-laucher-block {
    position: relative;
}

.main-block2-launcher-img {
    width: 550px;
    pointer-events: none;
    border-radius: 10px;
}

.main-block2-launcher-bg {
    width: 610px;
    height: 320px;
    position: absolute;
    top: 40px;
    left: -30px;
    z-index: -1;
    border-radius: 10px;
}

.main-block2-launcher-info-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 460px;
    background: linear-gradient(90deg, #FF902A20 0%, #FF902A20 100%);
    backdrop-filter: blur(10px);
    color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 10px;
    position: absolute;
    right: -100px;
    bottom: -80px;
}

.main-block2-launcher-info-text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.main-block2-launcher-info-img {
    width: 65px;
}

.main-block2-launcher-info-text1 {
    font-size: 24px;
    font-weight: 800;
}

.main-block2-launcher-info-text2 {
    font-size: 18px;
    font-weight: 400;
    width: 360px;
    line-height: 1.3;
}

.main-block2-launcher-info-text2 a {
    color: #FF902A;
    text-decoration: none;
}

.main-block3 {
    margin-top: 100px;
    position: relative;
}

.main-block3-text1 {
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
}

.main-block3-text2 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF50;
    margin-top: 10px;
}

.main-block3-blocks-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 40px;
    gap: 25px;
}

.main-block3-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 275px;
    height: 350px;
    background: linear-gradient(90deg, #FF902A20 0%, #FF902A20 100%);
    border-radius: 15px;
    color: #FFFFFF;
    line-height: 1.3;
    padding: 30px;
}

.main-block3-block-title {
    font-size: 25px;
    font-weight: 800;
}

.main-block3-block-text {
    font-size: 19px;
    font-weight: 500;
    color: #FFFFFF60;
    width: 180px;
    position: relative;
    top: -30px;
}

.main-block3-block-subs {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF60;
    position: relative;
    top: 30px;
}

.main-block3-block-button {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #FF902A;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: .3s;
}

.main-block3-block-button:hover {
    background-color: #FF902A70;
}

.main-block4 {
    margin-top: 130px;
    margin-bottom: 100px;
    position: relative;
}

.main-block4-title {
    font-size: 48px;
    font-weight: 800;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.main-block4-text {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    width: 1050px;
    text-align: justify;
    margin: 0 auto;
    line-height: 1.3;
}

.main-block4-text span.text-title {
    font-weight: 700;
}

.main-block4-text span.text-main {
    display: block;
    margin-left: 30px;
}

.shape1 {
    width: 0px;
    height: 0px;
    position: absolute;
    box-shadow: 13em 4em 190px 150px rgb(255 144 42 / 38%);
    z-index: -2;
}

.shape2 {
    width: 0px;
    height: 0px;
    right: 0;
    position: absolute;
    box-shadow: -5em 20em 190px 150px rgb(255 144 42 / 38%);
    z-index: -2;
}

.shape3 {
    width: 0px;
    height: 0px;
    bottom: 0;
    left: 50%;
    position: absolute;
    box-shadow: 0em 4em 190px 150px rgb(255 144 42 / 38%);
    z-index: -2;
}

@media (max-width: 1630px) {
    .main-block2-launcher-info-block {
        right: 70px;
    }

    .wrapper {
        width: 1160px;
    }
}

@media (max-width: 1230px) {
    .wrapper {
        width: auto;
    }

    .main-block2 {
        flex-direction: column;
        gap: 50px;
        height: 700px;
        top: 0;
    }

    .main-block2-text-block {
        align-items: center;
        text-align: center;
    }

    .main-block2-launcher-info-block {
        right: 4px;
    }

    .main-block3 {
        margin-top: 180px;
    }

    .main-block3-text-block {
        text-align: center;
    }

    .main-block4-text {
        width: auto;
    }

    .shape1 {
        top: 50%;
        box-shadow: 0em -1em 190px 150px rgb(84 145 9 / 38%);
    }

    .shape2 {
        top: 50%;
        box-shadow: -17em 3em 190px 150px rgb(84 145 9 / 38%);
    }
}

@media (max-width: 840px) {
    .shape1,
    .shape2,
    .shape3,
    .main-block1-online-container,
    .main-block1-online-block,
    .main-block1-online-circle {
        display: none !important;
    }

    .main-block1-online-container {
        display: none;
    }

    .main-block1 .main-text-container {
        width: 550px;
        height: 400px;
        justify-content: space-around;
    }

    .main-block1-text {
        font-size: 25px;
        font-weight: 800;
    }

    .main-block1-text2{
        font-size: 16px;
        width: 360px;
        font-weight: 400;
    }

    .main-block1-buttons-container {
        width: 320px;
    }

    .main-block1-online-text {
        font-size: 14px;
    }

    .main-block2-button {
        width: 205px;
        height: 45px;
        font-size: 17px;
    }

    .main-block1-online-circle {
        width: 10px;
        height: 10px;
        background-color: #FF902A;
        border: 2px solid #00000050;
    }

    .main-block1-online {
        font-size: 20px;
    }

    .main-block1-button1 {
        font-size: 17px;
        width: 150px;
        height: 50px;
    }

    .main-block1-button2 {
        font-size: 17px;
        width: 143px;
        height: 48px;
    }

    .main-block2 {
        height: 560px;
    }

    .main-block2-text {
        font-size: 25px;
        width: 330px;
    }

    .main-block2-text2 {
        font-size: 16px;
        margin: 30px 0;
        width: 100%;
    }

    .main-block2-launcher-img {
        width: 460px;
    }

    .main-block2-launcher-bg {
        width: 500px;
        height: 280px;
        top: 25px;
        left: -20px;
    }

    .main-block2-launcher-info-block {
        right: 16px;
        width: 380px;
        padding: 15px 20px;
    }

    .main-block2-launcher-info-img {
        width: 45px;
    }

    .main-block2-launcher-info-text-block {
        gap: 15px;
    }

    .main-block2-launcher-info-text1 {
        font-size: 21px;
    }

    .main-block2-launcher-info-text2 {
        font-size: 16px;
        width: 320px;
    }

    .main-block3-text1 {
        font-size: 25px;
    }

    .main-block3-text2 {
        font-size: 16px;
        font-weight: 500;
    }

    .main-block3-block {
        width: 245px;
        height: 310px;
    }

    .main-block3-block-title {
        font-size: 22px;
    }

    .main-block3-block-text {
        font-size: 18px;
        width: 170px;
        top: -30px;
    }

    .main-block3-block-subs {
        font-size: 18px;
        top: 30px;
    }

    .main-block3-block-button {
        font-size: 19px;
        font-weight: 600;
        height: 55px;
    }

    .main-block4-title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .main-block4-text {
        font-size: 16px;
    }
}

@media (max-width: 560px) {
    .main-block1 .main-text-container {
        width: 100%;
    }

    .main-block2-launcher-img {
        width: 390px;
    }

    .main-block2-launcher-bg {
        width: 430px;
        height: 230px;
        top: 25px;
        left: -20px;
    }

    .main-block2-launcher-info-block {
        transform: scale(0.85);
        right: -16px
    }
}

@media (max-width: 450px) {
    .main-block2-laucher-block {
        transform: scale(0.75);
    }

    .main-block3-blocks-container {
        gap: 0;
    }

    .main-block3-block {
        transform: scale(0.8);
    }
}
