.jointop-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(24px, 3vw, 40px);
    max-width: none;
    width: 100%;
    margin: 0 auto 40px;
}

.screenshot-showcase {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    padding: 0;
    border: 6px solid #7d2128;
    border-radius: 8px;
    background: transparent !important;
    overflow: hidden;
    line-height: 0;
}

.screenshot-showcase img {
    display: block;
    width: 100%;
    height: auto;
}

.jointop-description {
    width: 100%;
    max-width: none;
    background-color: rgba(4, 5, 5, 0.82);
    border: 1px solid;
    border-radius: 16px;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.35);
    padding: clamp(24px, 3vw, 36px);
    text-align: center;
    line-height: 1.6;
}

.jointop-description p {
    margin: 0;
}

.jointop-form-card {
    width: 100%;
    max-width: none;
    background-color: rgba(4, 5, 5, 0.82);
    border: 1px solid;
    border-radius: 16px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.35);
    padding: clamp(20px, 3vw, 32px);
}

.jointop-form-card iframe {
    width: 100%;
    min-height: 900px;
    border: 0;
    border-radius: 12px;
}

@media screen and (min-width: 1200px) {
    .jointop-form-card iframe {
        min-height: 1100px;
    }
}
