.ndrm-form-card {
	box-sizing: border-box;
	width: 100%;
	max-width: 650px;
	margin: 32px auto;
	padding: clamp(24px, 5vw, 42px);
	color: #172033;
	background: #fff;
	border: 1px solid #e3e8ef;
	border-radius: 18px;
	box-shadow: 0 14px 38px rgba(23, 32, 51, 0.09);
	font-family: inherit;
}

.ndrm-form-card *,
.ndrm-form-card *::before,
.ndrm-form-card *::after { box-sizing: border-box; }
.ndrm-form-header { margin-bottom: 28px; }
.ndrm-form-header h2 { margin: 3px 0 8px; color: #172033; font-size: clamp(26px, 5vw, 34px); line-height: 1.2; }
.ndrm-form-header p { margin: 0; color: #5d6778; line-height: 1.55; }
.ndrm-form-header .ndrm-eyebrow { color: #08795c; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ndrm-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.ndrm-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.ndrm-field--full { grid-column: 1 / -1; }
.ndrm-field label,
.ndrm-field legend { display: block; margin: 0 0 8px; color: #2d3748; font-size: 14px; font-weight: 650; line-height: 1.4; }
.ndrm-field input[type="text"],
.ndrm-field input[type="number"],
.ndrm-field input[type="email"],
.ndrm-field input[type="tel"] { width: 100%; min-height: 48px; margin: 0; padding: 11px 13px; color: #172033; background: #fff; border: 1px solid #cbd3df; border-radius: 9px; box-shadow: none; font: inherit; transition: border-color .15s, box-shadow .15s; }
.ndrm-field input:focus { outline: none; border-color: #08795c; box-shadow: 0 0 0 3px rgba(8,121,92,.13); }
.ndrm-hint { display: block; margin-top: 6px; color: #6b7280; font-size: 12px; }
.ndrm-field-error { display: block; margin-top: 6px; color: #b42318; font-size: 13px; }
.ndrm-radio-group { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ndrm-radio-group label { display: flex; align-items: center; min-height: 48px; margin: 0; padding: 10px 14px; cursor: pointer; border: 1px solid #cbd3df; border-radius: 9px; }
.ndrm-radio-group input { width: 18px; height: 18px; margin: 0 9px 0 0; accent-color: #08795c; }
.ndrm-submit { width: 100%; min-height: 52px; margin-top: 26px; padding: 12px 20px; cursor: pointer; color: #fff; background: #08795c; border: 0; border-radius: 10px; box-shadow: 0 8px 18px rgba(8,121,92,.22); font: inherit; font-weight: 700; transition: background .15s, transform .15s; }
.ndrm-submit:hover { color: #fff; background: #06664d; transform: translateY(-1px); }
.ndrm-submit:focus-visible { outline: 3px solid rgba(8,121,92,.3); outline-offset: 3px; }
.ndrm-notice { margin-bottom: 22px; padding: 13px 15px; border-radius: 9px; font-size: 14px; line-height: 1.5; }
.ndrm-notice--success { color: #12633e; background: #ecfdf3; border: 1px solid #abefc6; }
.ndrm-notice--error { color: #912018; background: #fef3f2; border: 1px solid #fecdca; }
.ndrm-payment-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 22px; }
.ndrm-payment-summary p { margin: 0; padding: 14px; background: #f7f9fb; border-radius: 10px; }
.ndrm-payment-summary span, .ndrm-payment-summary strong { display: block; }
.ndrm-payment-summary span { margin-bottom: 3px; color: #667085; font-size: 12px; }
.ndrm-qr-area { padding: 22px; text-align: center; background: #fbfcfd; border: 1px solid #e3e8ef; border-radius: 14px; }
.ndrm-qr-area img { display: block; width: min(280px, 100%); height: auto; margin: 0 auto 14px; }
.ndrm-qr-area p { margin: 6px 0; }
.ndrm-status { margin: 0 0 18px; padding: 13px 15px; border-radius: 9px; }
.ndrm-status:empty { display: none; }
.ndrm-status--paid { color: #12633e; background: #ecfdf3; border: 1px solid #abefc6; }
.ndrm-status--pending { color: #7a4d0b; background: #fffaeb; border: 1px solid #fedf89; }
.ndrm-status--expired, .ndrm-status--failed, .ndrm-status--error { color: #912018; background: #fef3f2; border: 1px solid #fecdca; }
.ndrm-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.ndrm-secondary-action { display: block; margin-top: 14px; text-align: center; font-weight: 600; }
.ndrm-success-card { text-align: center; }
.ndrm-success-icon { display: grid; width: 58px; height: 58px; margin: 0 auto 15px; color: #fff; background: #08795c; border-radius: 50%; place-items: center; font-size: 32px; font-weight: 700; }
.ndrm-success-header { margin-bottom: 20px; }
.ndrm-success-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 20px 0; text-align: left; }
.ndrm-success-summary p { margin: 0; padding: 14px; background: #f7f9fb; border-radius: 10px; }
.ndrm-success-summary span, .ndrm-success-summary strong { display: block; }
.ndrm-success-summary span { margin-bottom: 4px; color: #667085; font-size: 12px; }
.ndrm-success-summary strong { overflow-wrap: anywhere; }
.ndrm-email-confirmation { margin: 18px 0; color: #475467; }
.ndrm-email-confirmation small { display: inline-block; margin-top: 5px; }
.ndrm-receipt-download { display: block; width: 100%; min-height: 50px; margin-top: 22px; padding: 12px 20px; color: #08795c; background: #fff; border: 2px solid #08795c; border-radius: 10px; font-weight: 700; line-height: 22px; text-align: center; text-decoration: none; transition: color .15s, background .15s, transform .15s; }
.ndrm-receipt-download:hover { color: #fff; background: #08795c; transform: translateY(-1px); }
.ndrm-receipt-download:focus-visible { outline: 3px solid rgba(8,121,92,.3); outline-offset: 3px; }
.ndrm-receipt-download + .ndrm-action-link { margin-top: 12px; }
.ndrm-action-link { display: block; text-align: center; text-decoration: none; }

@media (max-width: 600px) {
	.ndrm-form-card { margin: 18px auto; padding: 22px 18px; border-radius: 14px; }
	.ndrm-grid { grid-template-columns: 1fr; gap: 17px; }
	.ndrm-field--full { grid-column: auto; }
	.ndrm-payment-summary { grid-template-columns: 1fr; }
	.ndrm-success-summary { grid-template-columns: 1fr; }
}
