/* FCGP Conference Registration Form */

.fcgp-reg-wrapper {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #2D3748;
}

/* Errors */
.fcgp-reg-errors {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-left: 4px solid #dc2626;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.fcgp-reg-errors ul {
    margin: 8px 0 0 18px;
    padding: 0;
}

.fcgp-reg-errors li {
    color: #991b1b;
    margin-bottom: 4px;
}

/* Success */
.fcgp-reg-success {
    text-align: center;
    padding: 40px 20px;
}

.fcgp-reg-success-icon {
    color: #0E7C6B;
    margin-bottom: 16px;
}

.fcgp-reg-success h2 {
    font-size: 24px;
    color: #1B3A5C;
    margin-bottom: 12px;
}

/* Closed */
.fcgp-reg-closed {
    text-align: center;
    padding: 60px 20px;
    color: #6B7280;
}

/* Member badge */
.fcgp-reg-member-badge {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #065f46;
    margin-bottom: 20px;
}

/* Deadline notice */
.fcgp-reg-deadline-notice {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    color: #92400e;
    margin-bottom: 24px;
}

/* Sections */
.fcgp-reg-section {
    border: 1px solid #E8ECF1;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
    background: #fff;
}

.fcgp-reg-section legend {
    font-size: 18px;
    font-weight: 600;
    color: #1B3A5C;
    padding: 0 8px;
}

.fcgp-reg-note {
    font-size: 13px;
    color: #6B7280;
    margin-top: 0;
    line-height: 1.5;
}

/* Form rows */
.fcgp-reg-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.fcgp-reg-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fcgp-reg-field-sm {
    flex: 0 0 120px;
}

.fcgp-reg-field label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px;
}

.fcgp-reg-field .required {
    color: #dc2626;
}

.fcgp-reg-field input[type="text"],
.fcgp-reg-field input[type="email"],
.fcgp-reg-field input[type="tel"],
.fcgp-reg-field input[type="number"],
.fcgp-reg-field textarea,
.fcgp-reg-field select {
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    color: #1f2937;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.fcgp-reg-field input:focus,
.fcgp-reg-field textarea:focus,
.fcgp-reg-field select:focus {
    outline: none;
    border-color: #0E7C6B;
    box-shadow: 0 0 0 3px rgba(14, 124, 107, 0.12);
}

.fcgp-reg-field input[type="number"] {
    width: 80px;
}

/* Radio groups */
.fcgp-reg-radio-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.fcgp-reg-radio {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
}

/* Fee table */
.fcgp-reg-fee-table {
    margin-top: 12px;
}

.fcgp-reg-fee-header {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background: #1B3A5C;
    color: #fff;
    border-radius: 6px 6px 0 0;
    font-size: 13px;
    font-weight: 600;
}

.fcgp-reg-fee-group-title {
    font-size: 14px;
    font-weight: 600;
    color: #1B3A5C;
    margin: 16px 0 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E8ECF1;
}

.fcgp-reg-fee-sub-title {
    font-size: 13px;
    font-weight: 500;
    color: #6B7280;
    margin: 10px 0 6px 12px;
}

.fcgp-reg-fee-row {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
    transition: background 0.15s;
    border-radius: 4px;
}

.fcgp-reg-fee-row:hover {
    background: #f0fdfa;
}

.fcgp-reg-fee-row input[type="radio"] {
    margin-right: 10px;
    accent-color: #0E7C6B;
}

.fcgp-reg-fee-label {
    flex: 1;
    font-size: 14px;
}

.fcgp-reg-fee-amount {
    font-weight: 600;
    font-size: 15px;
    color: #1B3A5C;
}

/* Meal passes */
.fcgp-reg-meal-day {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8ECF1;
}

.fcgp-reg-meal-day:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fcgp-reg-meal-day h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1B3A5C;
    margin: 0 0 12px;
}

.fcgp-reg-meal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.fcgp-reg-meal-col strong {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6B7280;
    margin-bottom: 8px;
}

.fcgp-reg-meal-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.fcgp-reg-meal-item label {
    font-size: 13px;
    color: #374151;
}

.fcgp-reg-meal-item input[type="number"] {
    width: 60px;
    padding: 6px 8px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

/* Summary */
.fcgp-reg-summary {
    background: #f8fafc;
    border: 2px solid #1B3A5C;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.fcgp-reg-summary h3 {
    font-size: 16px;
    color: #1B3A5C;
    margin: 0 0 16px;
}

.fcgp-reg-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.fcgp-reg-summary-total {
    border-bottom: none;
    border-top: 2px solid #1B3A5C;
    margin-top: 8px;
    padding-top: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #1B3A5C;
}

/* Bank details */
.fcgp-reg-bank-details {
    background: #f0fdfa;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 16px 0;
}

.fcgp-reg-bank-details p {
    font-size: 14px;
    line-height: 1.7;
}

/* Submit */
.fcgp-reg-submit-area {
    text-align: center;
}

.fcgp-reg-refund-note {
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 16px;
}

.fcgp-reg-submit {
    display: inline-block;
    background: #0E7C6B;
    color: #fff;
    border: none;
    padding: 14px 48px;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.fcgp-reg-submit:hover {
    background: #1B3A5C;
}

/* Responsive */
@media (max-width: 640px) {
    .fcgp-reg-row {
        flex-direction: column;
        gap: 12px;
    }

    .fcgp-reg-field-sm {
        flex: 1;
    }

    .fcgp-reg-meal-grid {
        grid-template-columns: 1fr;
    }

    .fcgp-reg-fee-row {
        flex-wrap: wrap;
    }
}
