/* jumper/index.php — demo stage aligned with wthvideo.js jump coordinates */

.jumper-page .jumper-demo-stage {
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.jumper-page .jumper-demo-order-cta {
    padding-top: 1rem;
}

.jumper-page .jumper-demo-title {
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 1.5rem;
    color: #212529;
}

.jumper-page .jumper-pricing-row {
    min-height: 200px;
}

.jumper-page .jumper-pricing-card-link {
    display: block;
    width: 100%;
    max-width: 300px;
    color: inherit;
    text-decoration: none;
}

.jumper-page .jumper-pricing-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.jumper-page .jumper-pricing-card {
    width: 100%;
    border: 1px solid #549BFF;
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: none;
}

.jumper-page .jumper-pricing-card .card-header {
    border-bottom: 1px solid #549BFF;
}

.jumper-page .jumper-pricing-card .card-body {
    min-height: 120px;
}

.jumper-page .jumper-pricing-desc {
    font-size: 1.1rem;
    line-height: 1.35;
    color: #212529;
}

.jumper-page .jumper-pricing-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
}

.jumper-page .jumper-pricing-multiple {
    font-size: 1.15rem;
    line-height: 1.5;
    color: #212529;
}

.jumper-page .jumper-specials-heading {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.jumper-page .jumper-specials-heading a {
    color: #007bff;
    text-decoration: underline;
}

.jumper-page .jumper-specials-heading a:hover {
    color: #0056b3;
}

.jumper-page .jumper-cta-row {
    background-color: #ffffff;
}

.jumper-page .jumper-cta-row .card-contact {
    border: 1px solid #549BFF;
}

.jumper-page .jumper-women-btn {
    margin-top: 20px;
    text-align: center;
}

.jumper-page .jumper-about {
    border-top: thin solid #dee2e6;
}
