@keyframes spin-loading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes gold-pulse {
    0% { box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(217, 119, 6, 0); }
    100% { box-shadow: 0 0 0 0 rgba(217, 119, 6, 0); }
}

/* Base resets for Purnima Calculator */
.prm-strict-wrapper {
    background-color: #FFFBF4 !important;
    background: #FFFBF4 !important;
    color: #65250C !important;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

.lunar-form-card {
    background: #FFFDF9 !important;
    border: 1px solid rgba(217, 119, 6, 0.22) !important;
    border-radius: 16px !important;
    padding: 20px 24px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 8px 30px rgba(42, 21, 10, 0.05) !important;
}

.lunar-form-grid {
    display: grid !important;
    grid-template-columns: 160px 1fr !important;
    gap: 16px 20px !important;
    align-items: stretch !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .lunar-form-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

.lunar-input,
select.lunar-select {
    height: 46px !important;
    min-height: 46px !important;
    line-height: normal !important;
    border: 1.5px solid #CBD5E1 !important;
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
    border-radius: 8px !important;
    padding: 0 14px !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    color: #1E293B !important;
    outline: none !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

select.lunar-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23D97706' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 36px !important;
    cursor: pointer !important;
}

.lunar-input:focus,
select.lunar-select:focus {
    border-color: #D97706 !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.16) !important;
}

.lunar-btn-submit,
.pay-now-hero-btn {
    height: 50px !important;
    min-height: 50px !important;
    background: #F97316 !important;
    background-color: #F97316 !important;
    -webkit-text-fill-color: #FFFFFF !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 1.02rem !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35) !important;
    padding: 0 20px !important;
    width: 100% !important;
    max-width: 360px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    box-sizing: border-box !important;
}

.lunar-btn-submit:hover,
.pay-now-hero-btn:hover {
    background: #EA580C !important;
    background-color: #EA580C !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(217, 119, 6, 0.4) !important;
}

@media (max-width: 768px) {
    .lunar-btn-submit,
    .pay-now-hero-btn {
        max-width: 100% !important;
    }
}
