.dcanr-card {
	max-width: 480px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #e4e9f0;
	border-radius: 14px;
	box-shadow: 0 14px 40px rgba(23, 78, 139, 0.10);
	padding: 36px 34px 30px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.dcanr-notice {
	border-radius: 8px;
	padding: 12px 14px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: left;
}
.dcanr-notice--succes { background: #e8f7ee; color: #14663b; border: 1px solid #bfe7cf; }
.dcanr-notice--esec   { background: #fdecec; color: #9b1c1c; border: 1px solid #f5c6c6; }
.dcanr-notice--info   { background: #eaf2fb; color: #1c4e8b; border: 1px solid #c9dcf2; }

.dcanr-card__badge {
	display: inline-block;
	background: #eaf2fb;
	color: #1c4e8b;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 20px;
	padding: 5px 14px;
	margin-bottom: 14px;
}

.dcanr-card__title {
	color: #1c4e8b;
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 22px;
}

.dcanr-toggle {
	display: inline-flex;
	background: #f0f3f8;
	border-radius: 30px;
	padding: 4px;
	margin-bottom: 18px;
}
.dcanr-toggle__opt input { position: absolute; opacity: 0; pointer-events: none; }
.dcanr-toggle__opt span {
	display: inline-block;
	padding: 8px 26px;
	border-radius: 26px;
	font-weight: 600;
	font-size: 14px;
	color: #5a6b80;
	cursor: pointer;
	transition: all .18s ease;
	user-select: none;
}
.dcanr-toggle__opt input:checked + span {
	background: #175fad;
	color: #fff;
	box-shadow: 0 4px 10px rgba(23, 95, 173, 0.35);
}

.dcanr-price { margin-bottom: 24px; }
.dcanr-price__main {
	color: #12233a;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.1;
}
.dcanr-price__per { font-size: 17px; font-weight: 500; color: #5a6b80; margin-left: 6px; }
.dcanr-price__sub { color: #5a6b80; font-size: 13px; margin-top: 6px; }

.dcanr-form { text-align: left; }
.dcanr-hp { position: absolute !important; left: -9999px !important; height: 0; width: 0; border: 0; padding: 0; }

.dcanr-form__row { margin-bottom: 12px; }
.dcanr-form__row--2 { display: flex; gap: 12px; }
.dcanr-form__row--2 input { min-width: 0; }

.dcanr-form input[type="text"],
.dcanr-form input[type="email"],
.dcanr-form input[type="tel"] {
	width: 100%;
	border: 1px solid #d5dde8;
	border-radius: 8px;
	padding: 11px 14px;
	font-size: 14px;
	background: #fbfcfe;
	transition: border-color .15s ease;
}
.dcanr-form input:focus {
	outline: none;
	border-color: #175fad;
	background: #fff;
}

.dcanr-consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 12.5px;
	color: #5a6b80;
	margin: 14px 0 18px;
	cursor: pointer;
}
.dcanr-consent input { margin-top: 3px; flex: none; }
.dcanr-consent a { color: #175fad; text-decoration: underline; }

.dcanr-btn {
	display: block;
	width: 100%;
	background: #175fad;
	color: #fff !important;
	border: none;
	border-radius: 8px;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .3px;
	cursor: pointer;
	transition: background .18s ease, transform .1s ease;
}
.dcanr-btn:hover { background: #1c4e8b; }
.dcanr-btn:active { transform: scale(.99); }
.dcanr-btn[disabled] { opacity: .65; cursor: wait; }

.dcanr-error {
	background: #fdecec;
	color: #9b1c1c;
	border: 1px solid #f5c6c6;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 13px;
	margin-top: 12px;
}

.dcanr-secure {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: #8494a8;
	font-size: 12px;
	margin-top: 16px;
}

@media (max-width: 560px) {
	.dcanr-card { padding: 28px 20px 24px; }
	.dcanr-form__row--2 { flex-direction: column; gap: 0; }
	.dcanr-form__row--2 input { margin-bottom: 12px; }
	.dcanr-price__main { font-size: 34px; }
}
