/* =============================================
   Obrigado - Panorama de Captacao do Nordeste
   ============================================= */

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

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 18%, rgba(252, 125, 85, 0.18), transparent 30%),
        radial-gradient(circle at 82% 78%, rgba(176, 115, 255, 0.20), transparent 34%),
        linear-gradient(145deg, #070d1f 0%, #0c1a45 58%, #11236a 100%);
    font-family: 'Nunito', sans-serif;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
}

a {
    color: inherit;
    text-decoration: none;
}

.ty-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 3rem 1.5rem;
}

.ty-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
    width: 100%;
    max-width: 880px;
    text-align: center;
}

.ty-logo {
    width: auto;
    height: 36px;
    opacity: 0.9;
    filter: brightness(0) invert(1);
}

.ty-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 620px;
}

.ty-check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 2px solid rgba(176, 115, 255, 0.35);
    border-radius: 50%;
    background: rgba(176, 115, 255, 0.18);
}

.ty-title {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 5vw, 3.1rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.ty-congrats {
    color: #ffb394;
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
}

.ty-subtitle {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.75;
}

.ty-subtitle strong {
    color: #ffffff;
}

.ty-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.ty-card--featured {
    max-width: 640px;
    padding: 2rem;
    border-color: rgba(252, 125, 85, 0.32);
    background: rgba(252, 125, 85, 0.08);
}

.ty-card--secondary {
    align-items: flex-start;
    padding: 1.5rem;
    text-align: left;
}

.ty-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #FC7D55 0%, #B073FF 100%);
}

.ty-card__icon--blue {
    background: linear-gradient(135deg, #083FCF 0%, #4c7dff 100%);
}

.ty-card__icon--purple {
    background: linear-gradient(135deg, #7c3aed 0%, #B073FF 100%);
}

.ty-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
}

.ty-card__label {
    color: #FC7D55;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ty-card__title {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.35;
}

.ty-card__desc {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    line-height: 1.65;
}

.btn-download,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 999px;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-download {
    min-height: 56px;
    padding: 0 2rem;
    color: #ffffff;
    background: linear-gradient(135deg, #FC7D55 0%, #B073FF 100%);
    box-shadow: 0 8px 26px rgba(252, 125, 85, 0.36);
}

.btn-secondary {
    min-height: 48px;
    margin-top: auto;
    padding: 0 1.35rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.btn-download:hover,
.btn-secondary:hover {
    transform: translateY(-2px);
}

.btn-download:hover {
    box-shadow: 0 12px 32px rgba(252, 125, 85, 0.5);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.ty-next {
    max-width: 620px;
    padding-top: 0.5rem;
}

.ty-next__eyebrow {
    margin-bottom: 0.45rem;
    color: rgba(255, 255, 255, 0.48);
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ty-next h2 {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1.55rem;
    line-height: 1.25;
}

.ty-actions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
}

.ty-reminder {
    max-width: 460px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.84rem;
    line-height: 1.6;
}

@media (max-width: 720px) {
    .ty-page {
        padding: 2.25rem 1rem;
    }

    .ty-container {
        gap: 1.5rem;
    }

    .ty-actions-grid {
        grid-template-columns: 1fr;
    }

    .ty-card--featured,
    .ty-card--secondary {
        padding: 1.35rem;
    }

    .btn-download,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}
