.thank-you-page{

    background:#111111;

    color:#ffffff;

    min-height:100vh;

}

.thank-you-hero{

    padding:180px 0 140px;

}

.thank-you-content{

    max-width:820px;

    margin:0 auto;

    text-align:center;

}

.thank-you-icon{

    width:100px;

    height:100px;

    margin:0 auto 32px;

    border-radius:50%;

    background:#ffffff;

    color:#111111;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:48px;

    font-weight:800;

}

.thank-you-content h1{

    font-size:60px;

    line-height:1.1;

    margin:24px 0;

}

.thank-you-content>p{

    max-width:720px;

    margin:0 auto;

    font-size:20px;

    line-height:1.8;

    color:rgba(255,255,255,.75);

}

.thank-you-info{

    margin:70px 0;

}

.thank-you-card{

    padding:42px;

    border-radius:24px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    text-align:left;

}

.thank-you-card h3{

    margin-bottom:24px;

    font-size:28px;

}

.thank-you-card ul{

    margin:0;

    padding-left:22px;

}

.thank-you-card li{

    margin-bottom:14px;

    color:rgba(255,255,255,.75);

    line-height:1.7;

}

.thank-you-actions{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}