.thumbforge-embed-container {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.24);
    overflow: hidden;
    background: #020617;
}
.thumbforge-embed-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.thumbforge-launch-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: clamp(28px, 5vw, 56px);
    margin: 32px 0;
    border-radius: 32px;
    color: #f8fafc;
    background:
        radial-gradient(circle at top left, rgba(124, 58, 237, 0.35), transparent 34%),
        radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.22), transparent 36%),
        #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 90px rgba(2, 6, 23, 0.42);
}
.thumbforge-launch-card h2 {
    margin: 12px 0;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4.2rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}
.thumbforge-launch-card p {
    max-width: 780px;
    margin: 0;
    color: #cbd5e1;
    font-size: 1.08rem;
}
.thumbforge-pill {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #e0f2fe;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.thumbforge-launch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 16px 40px rgba(124, 58, 237, 0.35);
    white-space: nowrap;
}
@media (max-width: 760px) {
    .thumbforge-launch-card {
        grid-template-columns: 1fr;
    }
    .thumbforge-launch-button {
        width: 100%;
    }
}
