body {
    font-family: 'Commissioner', sans-serif;
    background:
        radial-gradient(circle at 16% 12%, rgba(52, 144, 255, 0.2), transparent 30%),
        radial-gradient(circle at 84% 82%, rgba(137, 226, 78, 0.14), transparent 28%),
        linear-gradient(180deg, #06101e 0%, #040915 100%);
    color: rgba(255, 255, 255, 0.82);
}

h1,
h2,
h3,
.premium-title {
    font-family: 'Unbounded', sans-serif;
}

header,
.header {
    background: rgba(6, 16, 30, 0.84) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

header a,
.header a,
.nav a {
    color: rgba(255, 255, 255, 0.86) !important;
}

#thank_you_page {
    position: relative;
    overflow: clip;
}

#thank_you_page::before,
#thank_you_page::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    opacity: 0.6;
}

#thank_you_page::before {
    width: 26rem;
    height: 26rem;
    top: 4rem;
    left: -10rem;
    background: rgba(52, 144, 255, 0.18);
}

#thank_you_page::after {
    width: 22rem;
    height: 22rem;
    bottom: -6rem;
    right: -8rem;
    background: rgba(137, 226, 78, 0.14);
}

#thank_you_page .ty-shell {
    width: min(720px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/*#thank_you_page .thank-you-hero {*/
/*    padding: clamp(150px, 18vw, 210px) 0 clamp(88px, 11vw, 124px);*/
/*}*/

#thank_you_page .thank-you-card {
    text-align: center;
    padding: clamp(32px, 5vw, 56px);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

#thank_you_page .thank-you-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(137, 226, 78, 0.1);
    border: 1px solid rgba(137, 226, 78, 0.4);
    box-shadow: 0 0 40px rgba(137, 226, 78, 0.18);
}

#thank_you_page .premium-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid rgba(137, 226, 78, 0.34);
    border-radius: 999px;
    background: rgba(137, 226, 78, 0.09);
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

#thank_you_page .premium-title {
    margin: 22px 0 0;
    color: #ffffff;
    font-size: clamp(28px, 4.4vw, 55px);
    line-height: 1.02;
}

@media (max-width: 480px) {
    #thank_you_page .premium-title {
        font-size: clamp(1.1rem, 10.5vw, 1.6rem);
        line-height: 1.15;
    }
}

#thank_you_page .premium-copy {
    max-width: 46ch;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
    line-height: 1.8;
}

#thank_you_page .thank-you-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 36px 0 0;
    text-align: left;
}

#thank_you_page .thank-you-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.5;
}

#thank_you_page .thank-you-step strong {
    color: #ffffff;
}

#thank_you_page .thank-you-step-number {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(52, 144, 255, 0.14);
    border: 1px solid rgba(52, 144, 255, 0.38);
    color: #3490ff;
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 13px;
}

#thank_you_page .thank-you-step:last-child .thank-you-step-number {
    background: rgba(137, 226, 78, 0.14);
    border-color: rgba(137, 226, 78, 0.38);
    color: #89e24e;
}

#thank_you_page .thank-you-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 40px;
}

#thank_you_page .premium-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    text-decoration: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 700;
    transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

#thank_you_page .premium-button.primary {
    background: linear-gradient(135deg, #3490ff 0%, #075fd6 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 16px 40px rgba(7, 95, 214, 0.32);
}

#thank_you_page .premium-button.ghost {
    background: rgba(255, 255, 255, 0.02);
    color: #ffffff;
}

#thank_you_page .premium-button:hover {
    transform: translateY(-2px);
}

#thank_you_page .premium-button.ghost:hover {
    border-color: rgba(52, 144, 255, 0.6);
    color: #89e24e;
}

@media (max-width: 640px) {
    #thank_you_page .ty-shell {
        width: min(100% - 28px, 720px);
    }

    #thank_you_page .thank-you-actions {
        flex-direction: column;
        align-items: stretch;
    }

    #thank_you_page .premium-button {
        width: 100%;
    }
}
