#koreacare-service-ai-care-profile-wrapper {
	background: #f5f7fb;
	padding: 0 0 72px;
}

#koreacare-service-ai-care-profile-wrapper .membership-hero {
	background-color: var(--primary-color);
	color: #ffffff;
	padding: 80px 0;
	text-align: center;
	margin-bottom: 48px;
}

#koreacare-service-ai-care-profile-wrapper .membership-hero h1 {
	margin: 0 0 20px;
	font-size: 2.5rem;
	line-height: 1.25;
	color: #ffffff;
	font-weight: 800;
}

#koreacare-service-ai-care-profile-wrapper .membership-hero p {
	max-width: 740px;
	margin: 0 auto;
	font-size: 1.15rem;
	line-height: 1.6;
	color: #ffffff;
	opacity: 0.92;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-main {
	max-width: 1200px;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-container {
	background: #ffffff;
	border: 1px solid #e5e9f2;
	border-radius: 18px;
	padding: 30px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-notice {
	margin-top: 16px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 0.92rem;
	line-height: 1.6;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-notice:first-child {
	margin-top: 0;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-notice-success {
	background: #ecfdf3;
	border: 1px solid #bbf7d0;
	color: #166534;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-notice-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-notice-info {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1e3a8a;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-login-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	padding: 12px 20px;
	border-radius: 10px;
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-login-button:hover {
	background: #1280c4;
	border-color: #1280c4;
	color: #ffffff;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-login-button:focus-visible {
	outline: 3px solid #93c5fd;
	outline-offset: 2px;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-form {
	margin-top: 22px;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-section {
	margin-top: 18px;
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #f9fbff;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-section:first-of-type {
	margin-top: 0;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-section-head {
	margin-bottom: 14px;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-section-head h2 {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.35;
	color: #1f2937;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-section-head p {
	margin: 6px 0 0;
	font-size: 0.9rem;
	color: #64748b;
	line-height: 1.55;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 20px;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-form-item {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-form-item label {
	margin-bottom: 8px;
	font-size: 0.88rem;
	font-weight: 700;
	color: #374151;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-form-item .required {
	margin-left: 2px;
	color: #dc2626;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-form-item input {
	height: 44px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	padding: 0 12px;
	background: #ffffff;
	color: #111827;
	font-size: 0.95rem;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-form-item input::placeholder {
	color: #94a3b8;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-form-item input:focus-visible {
	outline: 3px solid #bfdbfe;
	outline-offset: 2px;
	border-color: #2563eb;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-form-item.is-error input {
	border-color: #ef4444;
	background: #fff8f8;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-form-actions {
	margin-top: 24px;
	display: flex;
	justify-content: flex-end;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-submit-button {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 12px;
	padding: 12px 26px;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-submit-button:hover {
	background: #1280c4;
	border-color: #1280c4;
}

#koreacare-service-ai-care-profile-wrapper .kcp-program-submit-button:focus-visible {
	outline: 3px solid #93c5fd;
	outline-offset: 2px;
}

@media (max-width: 900px) {
	#koreacare-service-ai-care-profile-wrapper {
		padding: 0 0 56px;
	}

	#koreacare-service-ai-care-profile-wrapper .membership-hero {
		padding: 60px 0;
		margin-bottom: 32px;
	}

	#koreacare-service-ai-care-profile-wrapper .membership-hero h1 {
		font-size: 2rem;
	}

	#koreacare-service-ai-care-profile-wrapper .membership-hero p {
		font-size: 1rem;
	}

	#koreacare-service-ai-care-profile-wrapper .kcp-program-container {
		padding: 22px 16px;
		border-radius: 14px;
	}

	#koreacare-service-ai-care-profile-wrapper .kcp-program-section {
		padding: 16px 14px;
	}

	#koreacare-service-ai-care-profile-wrapper .kcp-program-form-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	#koreacare-service-ai-care-profile-wrapper .kcp-program-form-actions {
		justify-content: stretch;
	}

	#koreacare-service-ai-care-profile-wrapper .kcp-program-submit-button {
		width: 100%;
	}
}
