.elementor-281 .elementor-element.elementor-element-e852387{--display:flex;}/* Start custom CSS for html, class: .elementor-element-54d3809 *//* ====== BASIC PAGE LOOK ====== */

body {
    margin: 0;
    background: radial-gradient(circle at top, #151b2c 0, #050814 55%);
    color: #f8f6ff;
    font-family: "Cormorant Garamond", "Georgia", serif;
}

.jcd-custom-page {
    min-height: 100vh;
}

/* ====== HERO / INTRO ====== */

.jcd-custom-hero {
    padding: 4rem 6vw 2rem;
}

.jcd-custom-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.jcd-custom-title {
    font-size: 3rem;
    margin: 0 0 1rem;
}

.jcd-custom-intro,
.jcd-custom-intro-secondary {
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 900px;
    margin-bottom: 1rem;
}

.jcd-custom-intro-secondary strong {
    font-weight: 700;
}

/* ====== DEPOSIT CARD ====== */

.jcd-deposit-card {
    margin-top: 2.25rem;
    max-width: 650px;
    padding: 1.9rem 2.2rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #071027, #091837);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(246, 211, 141, 0.18);
}

.jcd-deposit-card h2 {
    margin: 0 0 0.5rem;
    font-size: 1.6rem;
}

.jcd-deposit-card p {
    margin: 0 0 1.4rem;
    font-size: 0.98rem;
    color: #d7d8ec;
}

/* PayPal button */

.jcd-paypal-form {
    margin-top: 0.5rem;
}

.jcd-btn-paypal {
    display: inline-block;
    padding: 0.75rem 1.8rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 600;
    background: linear-gradient(135deg, #009cde, #003087);
    color: #ffffff;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.9);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.jcd-btn-paypal:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 1);
}

/* ====== FORM SECTION ====== */

.jcd-custom-form-section {
    padding: 0 6vw 4rem;
}

.jcd-custom-form-inner {
    max-width: 1100px;
    margin: 0 auto;
    background: #050814;
    border-radius: 1.6rem;
    padding: 2.5rem 2.8rem 2.8rem;
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.95);
    border: 1px solid rgba(246, 211, 141, 0.16);
}

.jcd-custom-form-inner h2 {
    margin: 0 0 0.75rem;
    font-size: 1.9rem;
}

.jcd-form-helper {
    margin: 0 0 1.8rem;
    font-size: 0.98rem;
    color: #c7c7db;
}

.jcd-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.jcd-field-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.1rem;
}

.jcd-field label {
    display: block;
    font-size: 0.98rem;
    margin-bottom: 0.35rem;
}

.jcd-field-hint {
    font-size: 0.84rem;
    color: #a9aec8;
}

.jcd-field input,
.jcd-field select,
.jcd-field textarea {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid #30354b;
    background: #060916;
    color: #f8f6ff;
    font-family: inherit;
    font-size: 0.96rem;
    box-sizing: border-box;
}

.jcd-field input:focus,
.jcd-field select:focus,
.jcd-field textarea:focus {
    outline: none;
    border-color: #f6d38d;
    box-shadow: 0 0 0 1px rgba(246, 211, 141, 0.5);
}

.jcd-field textarea {
    resize: vertical;
}

/* Submit button */

.jcd-btn-primary {
    margin-top: 0.6rem;
    padding: 0.75rem 1.7rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 600;
    background: linear-gradient(135deg, #f6d38d, #f3a85f);
    color: #120c08;
    align-self: flex-start;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.9);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.jcd-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 1);
}

/* ====== MODAL POPUP ====== */

.jcd-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.jcd-modal.is-visible {
    display: flex;
}

.jcd-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.jcd-modal-dialog {
    position: relative;
    padding: 1.8rem 2.1rem;
    border-radius: 1.4rem;
    background: #050814;
    border: 1px solid rgba(246, 211, 141, 0.3);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 1);
    max-width: 430px;
    text-align: center;
}

.jcd-modal-message {
    margin: 0 0 1.1rem;
    font-size: 1.02rem;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 900px) {
    .jcd-custom-hero {
        padding-top: 3rem;
    }

    .jcd-deposit-card,
    .jcd-custom-form-inner {
        padding: 2rem 1.7rem;
    }

    .jcd-field-row {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 600px) {
    .jcd-custom-hero,
    .jcd-custom-form-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .jcd-custom-title {
        font-size: 2.4rem;
    }
}/* End custom CSS */